Class: RuboCop::Git::CLI

Inherits:
Object
  • Object
show all
Defined in:
lib/rubocop/git/cli.rb

Instance Method Summary collapse

Instance Method Details

#run(args = ARGV) ⇒ Object



7
8
9
10
11
# File 'lib/rubocop/git/cli.rb', line 7

def run(args = ARGV)
  @options = Options.new
  parse_arguments(args)
  Runner.new.run(@options)
end