Class: Pike13::CLI::Commands::Front::Branding

Inherits:
Base
  • Object
show all
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

included

Instance Method Details

#showObject



10
11
12
# File 'lib/pike13/cli/commands/front/branding.rb', line 10

def show
  handle_error { output(Pike13::Front::Branding.find) }
end