class Bundler::Thor::Options

def current_is_value?

def current_is_value?
  return true if @is_treated_as_value
  peek && (!parsing_options? || super)
end