mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 01:38:02 +02:00
Properly exit from unknown() in maid.cr
This commit is contained in:
parent
9aa5eddf71
commit
2d5ce6ffa9
@ -84,6 +84,7 @@ module Maid
|
||||
def unknown()
|
||||
puts Trucolor.format({255, 55, 20}, "Unknown command '#{ARGV[0]}'")
|
||||
puts Trucolor.format({200, 200, 10}, "Type 'maid help' for a list of commands")
|
||||
exit 1
|
||||
end
|
||||
|
||||
def up()
|
||||
|
Loading…
x
Reference in New Issue
Block a user