Class: Pike13::CLI::Commands::Front::Person
- Defined in:
- lib/pike13/cli/commands/front/person.rb
Class Method Summary collapse
-
.base_usage ⇒ Object
Override the command name display to use “people” instead of “person”.
Instance Method Summary collapse
Methods inherited from Base
format_options, handle_argument_error, printable_commands
Methods included from ThorNestedSubcommand
Class Method Details
.base_usage ⇒ Object
Override the command name display to use “people” instead of “person”
9 10 11 |
# File 'lib/pike13/cli/commands/front/person.rb', line 9 def self.base_usage "front people" end |
Instance Method Details
#me ⇒ Object
14 15 16 |
# File 'lib/pike13/cli/commands/front/person.rb', line 14 def me handle_error { output(Pike13::Front::Person.me) } end |