Class: Pike13::CLI::Commands::Front::Branding
- Defined in:
- lib/pike13/cli/commands/front/branding.rb
Instance Method Summary collapse
Methods inherited from Base
base_usage, format_options, handle_argument_error, printable_commands
Methods included from ThorNestedSubcommand
Instance Method Details
#show ⇒ Object
10 11 12 |
# File 'lib/pike13/cli/commands/front/branding.rb', line 10 def show handle_error { output(Pike13::Front::Branding.find) } end |