Class: Tuya::Command::CI

Inherits:
Tuya::Command show all
Defined in:
lib/tycli/command/ci.rb,
lib/tycli/command/ci/show_log_tips.rb

Direct Known Subclasses

ShowLogTips

Defined Under Namespace

Classes: ShowLogTips

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(argv) ⇒ CI

Returns a new instance of CI.



25
26
27
# File 'lib/tycli/command/ci.rb', line 25

def initialize(argv)
	super
end

Class Method Details

.optionsObject



19
20
21
22
23
# File 'lib/tycli/command/ci.rb', line 19

def self.options
	[
		['--te=te', 'te te t e']
	].concat(super)
end

Instance Method Details

#runObject



29
30
31
# File 'lib/tycli/command/ci.rb', line 29

def run
	super
end