lib/inch/cli/command_parser.rb in inch-0.6.4 vs lib/inch/cli/command_parser.rb in inch-0.7.0

- old
+ new

@@ -75,9 +75,10 @@ ui.trace 'Commands:' commands.keys.sort_by { |k| k.to_s }.each do |command_name| command = commands[command_name].new ui.trace format(' %-8s %s', command_name, command.description) end + exit 0 end # Runs the {Command} object matching the command name of the first # argument. # @return [Command::Base]