Class: Twat::Subcommands::Add
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Base
#args, #auth!, #beep, #config, #deentitize, #enable_readline!, #format, #initialize, #needs_arguments, #needs_at_least, #opts, #pad, #reader, #run!, #usage, #usage_and_exit!
Methods included from Exceptions
Constructor Details
This class inherits a constructor from Twat::Subcommands::Base
Class Method Details
.usage ⇒ Object
11 12 13 |
# File 'lib/twat/subcommands/add.rb', line 11 def self.usage "Usage: twat add accountname" end |