lib/cc/cli/runner.rb in codeclimate-0.53.0 vs lib/cc/cli/runner.rb in codeclimate-0.54.0
- old
+ new
@@ -43,10 +43,10 @@
rescue NameError
nil
end
def command_arguments
- @args[1..-1]
+ Array(@args[1..-1])
end
def command
command_name = @args.first
case command_name