Class: Homebrew::Cmd::Bundle::Args Private
- Inherits:
 - 
      Homebrew::CLI::Args
      
        
- Object
 - Homebrew::CLI::Args
 - Homebrew::Cmd::Bundle::Args
 
 
- Defined in:
 - sorbet/rbi/dsl/homebrew/cmd/bundle.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
- #all? ⇒ Boolean private
 - #brews? ⇒ Boolean private
 - #cask? ⇒ Boolean private
 - #casks? ⇒ Boolean private
 - #check? ⇒ Boolean private
 - #cleanup? ⇒ Boolean private
 - #describe? ⇒ Boolean private
 - #f? ⇒ Boolean private
 - #file ⇒ String? private
 - #force? ⇒ Boolean private
 - #formula? ⇒ Boolean private
 - #formulae? ⇒ Boolean private
 - #global? ⇒ Boolean private
 - #go? ⇒ Boolean private
 - #install? ⇒ Boolean private
 - #mas? ⇒ Boolean private
 - #no_restart? ⇒ Boolean private
 - #no_upgrade? ⇒ Boolean private
 - #no_vscode? ⇒ Boolean private
 - #services? ⇒ Boolean private
 - #tap? ⇒ Boolean private
 - #taps? ⇒ Boolean private
 - #upgrade? ⇒ Boolean private
 - #upgrade_formula ⇒ String? private
 - #upgrade_formulae ⇒ String? private
 - #vscode? ⇒ Boolean private
 - #whalebrew? ⇒ Boolean private
 - #zap? ⇒ 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
#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.
      15  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 15 def all?; end  | 
  
#brews? ⇒ 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.
      18  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 18 def brews?; end  | 
  
#cask? ⇒ 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/bundle.rbi', line 21 def cask?; end  | 
  
#casks? ⇒ 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/bundle.rbi', line 24 def casks?; end  | 
  
#check? ⇒ 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/cmd/bundle.rbi', line 27 def check?; end  | 
  
#cleanup? ⇒ 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/bundle.rbi', line 30 def cleanup?; end  | 
  
#describe? ⇒ 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.
      33  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 33 def describe?; end  | 
  
#f? ⇒ 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/cmd/bundle.rbi', line 36 def f?; end  | 
  
#file ⇒ 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.
      39  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 39 def file; end  | 
  
#force? ⇒ 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/cmd/bundle.rbi', line 42 def force?; end  | 
  
#formula? ⇒ 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.
      45  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 45 def formula?; end  | 
  
#formulae? ⇒ 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.
      48  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 48 def formulae?; end  | 
  
#global? ⇒ 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.
      51  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 51 def global?; end  | 
  
#go? ⇒ 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.
      54  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 54 def go?; end  | 
  
#install? ⇒ 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.
      57  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 57 def install?; end  | 
  
#mas? ⇒ 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.
      60  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 60 def mas?; end  | 
  
#no_restart? ⇒ 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.
      63  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 63 def no_restart?; end  | 
  
#no_upgrade? ⇒ 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.
      66  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 66 def no_upgrade?; end  | 
  
#no_vscode? ⇒ 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.
      69  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 69 def no_vscode?; end  | 
  
#services? ⇒ 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.
      72  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 72 def services?; end  | 
  
#tap? ⇒ 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.
      75  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 75 def tap?; end  | 
  
#taps? ⇒ 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.
      78  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 78 def taps?; end  | 
  
#upgrade? ⇒ 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.
      81  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 81 def upgrade?; end  | 
  
#upgrade_formula ⇒ 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.
      84  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 84 def upgrade_formula; end  | 
  
#upgrade_formulae ⇒ 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.
      87  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 87 def upgrade_formulae; end  | 
  
#vscode? ⇒ 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.
      90  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 90 def vscode?; end  | 
  
#whalebrew? ⇒ 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.
      93  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 93 def whalebrew?; end  | 
  
#zap? ⇒ 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.
      96  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 96 def zap?; end  |