lib/sickle.rb in sickle-0.5.1 vs lib/sickle.rb in sickle-0.5.2
- old
+ new
@@ -255,9 +255,10 @@
command.meth.bind(obj).call(*args)
else
puts "\e[31mCommand '#{command_name}' not found\e[0m"
puts
run(["help"])
+ exit 127
end
else
run(["help"])
end
end