Class: Homebrew::DevCmd::UpdatePythonResources::Args Private
- Defined in:
 - sorbet/rbi/dsl/homebrew/dev_cmd/update_python_resources.rbi
 
This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.
Constant Summary
Constants inherited from CLI::Args
Instance Attribute Summary
Attributes inherited from CLI::Args
#flags_only, #options_only, #remaining
Instance Method Summary collapse
- #exclude_packages ⇒ Array<String>? private
 - #extra_packages ⇒ Array<String>? private
 - #ignore_errors? ⇒ Boolean private
 - #ignore_non_pypi_packages? ⇒ Boolean private
 - #install_dependencies? ⇒ Boolean private
 - #p? ⇒ Boolean private
 - #package_name ⇒ String? private
 - #print_only? ⇒ Boolean private
 - #s? ⇒ Boolean private
 - #silent? ⇒ Boolean private
 - #version ⇒ String? private
 
Methods inherited from CLI::Args
#build_from_source_formulae, #context, #debug?, #freeze_named_args!, #freeze_processed_options!, #freeze_remaining_args!, #help?, #include_test_formulae, #initialize, #named, #no_named?, #only_formula_or_cask, #os_arch_combinations, #quiet?, #set_arg, #tap, #value, #verbose?
Constructor Details
This class inherits a constructor from Homebrew::CLI::Args
Instance Method Details
#exclude_packages ⇒ Array<String>?
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.
      15  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/update_python_resources.rbi', line 15 def exclude_packages; end  | 
  
#extra_packages ⇒ Array<String>?
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.
      18  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/update_python_resources.rbi', line 18 def extra_packages; end  | 
  
#ignore_errors? ⇒ Boolean
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.
      21  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/update_python_resources.rbi', line 21 def ignore_errors?; end  | 
  
#ignore_non_pypi_packages? ⇒ Boolean
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.
      24  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/update_python_resources.rbi', line 24 def ignore_non_pypi_packages?; end  | 
  
#install_dependencies? ⇒ Boolean
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.
      27  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/update_python_resources.rbi', line 27 def install_dependencies?; end  | 
  
#p? ⇒ Boolean
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.
      30  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/update_python_resources.rbi', line 30 def p?; end  | 
  
#package_name ⇒ String?
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.
      33  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/update_python_resources.rbi', line 33 def package_name; end  | 
  
#print_only? ⇒ Boolean
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.
      36  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/update_python_resources.rbi', line 36 def print_only?; end  | 
  
#s? ⇒ Boolean
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.
      39  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/update_python_resources.rbi', line 39 def s?; end  | 
  
#silent? ⇒ Boolean
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.
      42  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/update_python_resources.rbi', line 42 def silent?; end  | 
  
#version ⇒ String?
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.
      45  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/update_python_resources.rbi', line 45 def version; end  |