class Tuya::Command::CI

Public Class Methods

new(argv) click to toggle source
Calls superclass method
# File lib/tycli/command/ci.rb, line 25
def initialize(argv)
        super
end
options() click to toggle source
Calls superclass method
# File lib/tycli/command/ci.rb, line 19
def self.options
        [
                ['--te=te', 'te te t e']
        ].concat(super)
end

Public Instance Methods

run() click to toggle source
Calls superclass method Tuya::Command#run
# File lib/tycli/command/ci.rb, line 29
def run
        super
end