lib/rubocop/codetakt/cli.rb in rubocop-codetakt-0.84.0.0 vs lib/rubocop/codetakt/cli.rb in rubocop-codetakt-0.85.0.0
- old
+ new
@@ -24,10 +24,10 @@
exit(1)
end
def self.retrieve_command_name(args)
meth = args.first.to_s unless args.empty?
- args.shift if meth && (meth !~ /^\-/)
+ args.shift if meth && (meth !~ /^-/)
end
def self.print_help
puts 'rubocop-codetakt commands:'
puts ' init - Setup .rubocop.yml'