Method: Conify::Command#error_no_command
- Defined in:
- lib/conify/command.rb
#error_no_command ⇒ Object
120 121 122 123 124 125 |
# File 'lib/conify/command.rb', line 120 def error_no_command error([ "`#{@current_cmd}` is not a conify command.", "Type `conify help` for a list of available commands." ].compact.join("\n")) end |