class Tuya::Command::Group

Public Class Methods

options() click to toggle source
# File lib/tycli/command/group.rb, line 22
def self.options
        [
                ['--name=group_name', '--name the name for your group']
        ]
end

Public Instance Methods

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