7 8 9 10
# File 'lib/rubocop/git/cli.rb', line 7 def run(args = ARGV) options = parse_arguments(args) Runner.new.run(options) end