lib/cc/cli/runner.rb in codeclimate-0.24.3 vs lib/cc/cli/runner.rb in codeclimate-0.25.0

- old
+ new

@@ -37,10 +37,10 @@ end def command_name case command when nil, "-h", "-?", "--help" then "Help" - when "-v", "--version" then "Version" + when "-v", "--version" then "Version" else command.sub(":", "::").underscore.camelize end end def command_arguments