Exception: Hawknee::Helpers::BadCommand

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/hawknee/helpers.rb

Instance Method Summary collapse

Constructor Details

#initializeBadCommand

Returns a new instance of BadCommand.



46
47
48
49
50
# File 'lib/hawknee/helpers.rb', line 46

def initialize
	puts "Ooops!".bold.colorize(:red) + " It seems, you typed some invalid command"
	puts "Run with " + "-h".bold.colorize(:blue) + " or " + "--help".bold.colorize(:blue) + " option, to get some help."
	exit
end