Class: Homebrew::Cmd::ReadallCmd::Args Private
- Inherits:
 - 
      Homebrew::CLI::Args
      
        
- Object
 - Homebrew::CLI::Args
 - Homebrew::Cmd::ReadallCmd::Args
 
 
- Defined in:
 - sorbet/rbi/dsl/homebrew/cmd/readall_cmd.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 Homebrew::CLI::Args
Homebrew::CLI::Args::OptionsType
Instance Attribute Summary
Attributes inherited from Homebrew::CLI::Args
#flags_only, #options_only, #remaining
Instance Method Summary collapse
- #aliases? ⇒ Boolean private
 - #arch ⇒ String? private
 - #eval_all? ⇒ Boolean private
 - #no_simulate? ⇒ Boolean private
 - #os ⇒ String? private
 - #syntax? ⇒ Boolean private
 
Methods inherited from Homebrew::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
#aliases? ⇒ 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.
      15  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/readall_cmd.rbi', line 15 def aliases?; end  | 
  
#arch ⇒ 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/cmd/readall_cmd.rbi', line 18 def arch; end  | 
  
#eval_all? ⇒ 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/cmd/readall_cmd.rbi', line 21 def eval_all?; end  | 
  
#no_simulate? ⇒ 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/cmd/readall_cmd.rbi', line 24 def no_simulate?; end  | 
  
#os ⇒ 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.
      27  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/readall_cmd.rbi', line 27 def os; end  | 
  
#syntax? ⇒ 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/cmd/readall_cmd.rbi', line 30 def syntax?; end  |