# File lib/thor/group.rb, line 27 def start(given_args=ARGV, config={}) super do if Thor::HELP_MAPPINGS.include?(given_args.first) help(config[:shell]) return end args, opts = Thor::Options.split(given_args) new(args, opts, config).invoke end end