Module: OS::Linux::CLI::Parser Private

Extended by:
T::Helpers
Included in:
Homebrew::CLI::Parser
Defined in:
extend/os/linux/cli/parser.rb

This module is part of a private API. This module may only be used in the Homebrew/brew repository. Third parties should avoid using this module if possible, as it may be removed or changed without warning.

Instance Method Summary collapse

Instance Method Details

#set_default_optionsvoid

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

This method returns an undefined value.



13
14
15
16
17
# File 'extend/os/linux/cli/parser.rb', line 13

def set_default_options
  return if args.only_formula_or_cask == :cask

  args.set_arg(:formula?, true)
end