Method: Front::CLI::Controller#show_error
- Defined in:
- lib/front/cli/controller.rb
#show_error(msg = @options.error) ⇒ Object
60 61 62 63 64 65 |
# File 'lib/front/cli/controller.rb', line 60 def show_error(msg = @options.error) puts "Error: #{msg}" puts show_help end |