Module: Moonshot::Command::ClassMethods

Defined in:
lib/moonshot/command.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

TODO: Can we auto-generate usage for commands with no positional arguments, at least?



10
11
12
# File 'lib/moonshot/command.rb', line 10

def description
  @description
end

#only_in_accountObject

TODO: Can we auto-generate usage for commands with no positional arguments, at least?



10
11
12
# File 'lib/moonshot/command.rb', line 10

def 
  @only_in_account
end

#usageObject

TODO: Can we auto-generate usage for commands with no positional arguments, at least?



10
11
12
# File 'lib/moonshot/command.rb', line 10

def usage
  @usage
end