Method: Cult::CLI::OptionParserExtensions#run

Defined in:
lib/cult/cli/cri_extensions.rb

#runObject



39
40
41
42
43
# File 'lib/cult/cli/cri_extensions.rb', line 39

def run
  peek = @unprocessed_arguments_and_options[0]
  @no_more_options = true if peek && peek[0] != '-'
  super
end