diff --git a/lib/homesick/cli.rb b/lib/homesick/cli.rb index 82ea84c..89eaaf2 100644 --- a/lib/homesick/cli.rb +++ b/lib/homesick/cli.rb @@ -14,6 +14,10 @@ class CLI < Thor add_runtime_options! + def self.exit_on_failure? + true + end + map '-v' => :version map '--version' => :version # Retain a mapped version of the symlink command for compatibility.