Class: Homebrew::Cmd::InstallCmd::Args Private
- Inherits:
 - 
      Homebrew::CLI::Args
      
        
- Object
 - Homebrew::CLI::Args
 - Homebrew::Cmd::InstallCmd::Args
 
 
- Defined in:
 - sorbet/rbi/dsl/homebrew/cmd/install_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
- #adopt? ⇒ Boolean private
 - #appdir ⇒ String? private
 - #as_dependency? ⇒ Boolean private
 - #ask? ⇒ Boolean private
 - #audio_unit_plugindir ⇒ String? private
 - #binaries? ⇒ Boolean private
 - #bottle_arch ⇒ String? private
 - #build_bottle? ⇒ Boolean private
 - #build_from_source? ⇒ Boolean private
 - #cask? ⇒ Boolean private
 - #casks? ⇒ Boolean private
 - #cc ⇒ String? private
 - #colorpickerdir ⇒ String? private
 - #debug_symbols? ⇒ Boolean private
 - #dictionarydir ⇒ String? private
 - #display_times? ⇒ Boolean private
 - #dry_run? ⇒ Boolean private
 - #env ⇒ String? private
 - #f? ⇒ Boolean private
 - #fetch_HEAD? ⇒ Boolean private
 - #fontdir ⇒ String? private
 - #force? ⇒ Boolean private
 - #force_bottle? ⇒ Boolean private
 - #formula? ⇒ Boolean private
 - #formulae? ⇒ Boolean private
 - #g? ⇒ Boolean private
 - #git? ⇒ Boolean private
 - #HEAD? ⇒ Boolean private
 - #i? ⇒ Boolean private
 - #ignore_dependencies? ⇒ Boolean private
 - #include_test? ⇒ Boolean private
 - #input_methoddir ⇒ String? private
 - #interactive? ⇒ Boolean private
 - #internet_plugindir ⇒ String? private
 - #keep_tmp? ⇒ Boolean private
 - #keyboard_layoutdir ⇒ String? private
 - #language ⇒ Array<String>? private
 - #mdimporterdir ⇒ String? private
 - #n? ⇒ Boolean private
 - #only_dependencies? ⇒ Boolean private
 - #overwrite? ⇒ Boolean private
 - #prefpanedir ⇒ String? private
 - #qlplugindir ⇒ String? private
 - #quarantine? ⇒ Boolean private
 - #require_sha? ⇒ Boolean private
 - #s? ⇒ Boolean private
 - #screen_saverdir ⇒ String? private
 - #servicedir ⇒ String? private
 - #skip_cask_deps? ⇒ Boolean private
 - #skip_link? ⇒ Boolean private
 - #skip_post_install? ⇒ Boolean private
 - #vst3_plugindir ⇒ String? private
 - #vst_plugindir ⇒ String? 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
#adopt? ⇒ 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/install_cmd.rbi', line 18 def adopt?; end  | 
  
#appdir ⇒ 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.
      21  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 21 def appdir; end  | 
  
#as_dependency? ⇒ 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/install_cmd.rbi', line 24 def as_dependency?; end  | 
  
#ask? ⇒ 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/install_cmd.rbi', line 27 def ask?; end  | 
  
#audio_unit_plugindir ⇒ 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.
      30  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 30 def audio_unit_plugindir; end  | 
  
#binaries? ⇒ 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/install_cmd.rbi', line 33 def binaries?; end  | 
  
#bottle_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.
      36  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 36 def bottle_arch; end  | 
  
#build_bottle? ⇒ 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/cmd/install_cmd.rbi', line 39 def build_bottle?; end  | 
  
#build_from_source? ⇒ 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/install_cmd.rbi', line 42 def build_from_source?; 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.
      45  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 45 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.
      48  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 48 def casks?; end  | 
  
#cc ⇒ 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.
      51  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 51 def cc; end  | 
  
#colorpickerdir ⇒ 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.
      54  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 54 def colorpickerdir; end  | 
  
#debug_symbols? ⇒ 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/install_cmd.rbi', line 57 def debug_symbols?; end  | 
  
#dictionarydir ⇒ 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.
      60  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 60 def dictionarydir; end  | 
  
#display_times? ⇒ 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/install_cmd.rbi', line 63 def display_times?; end  | 
  
#dry_run? ⇒ 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/install_cmd.rbi', line 66 def dry_run?; end  | 
  
#env ⇒ 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.
      69  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 69 def env; 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.
      72  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 72 def f?; end  | 
  
#fetch_HEAD? ⇒ 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/install_cmd.rbi', line 75 def fetch_HEAD?; end  | 
  
#fontdir ⇒ 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.
      78  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 78 def fontdir; 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.
      81  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 81 def force?; end  | 
  
#force_bottle? ⇒ 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.
      84  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 84 def force_bottle?; 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.
      87  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 87 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.
      90  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 90 def formulae?; end  | 
  
#g? ⇒ 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/install_cmd.rbi', line 93 def g?; end  | 
  
#git? ⇒ 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/install_cmd.rbi', line 96 def git?; end  | 
  
#HEAD? ⇒ 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/install_cmd.rbi', line 15 def HEAD?; end  | 
  
#i? ⇒ 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.
      99  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 99 def i?; end  | 
  
#ignore_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.
      102  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 102 def ignore_dependencies?; end  | 
  
#include_test? ⇒ 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.
      105  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 105 def include_test?; end  | 
  
#input_methoddir ⇒ 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.
      108  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 108 def input_methoddir; end  | 
  
#interactive? ⇒ 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.
      111  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 111 def interactive?; end  | 
  
#internet_plugindir ⇒ 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.
      114  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 114 def internet_plugindir; end  | 
  
#keep_tmp? ⇒ 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.
      117  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 117 def keep_tmp?; end  | 
  
#keyboard_layoutdir ⇒ 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.
      120  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 120 def keyboard_layoutdir; end  | 
  
#language ⇒ 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.
      123  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 123 def language; end  | 
  
#mdimporterdir ⇒ 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.
      126  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 126 def mdimporterdir; end  | 
  
#n? ⇒ 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.
      129  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 129 def n?; end  | 
  
#only_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.
      132  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 132 def only_dependencies?; end  | 
  
#overwrite? ⇒ 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.
      135  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 135 def overwrite?; end  | 
  
#prefpanedir ⇒ 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.
      138  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 138 def prefpanedir; end  | 
  
#qlplugindir ⇒ 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.
      141  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 141 def qlplugindir; end  | 
  
#quarantine? ⇒ 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.
      144  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 144 def quarantine?; end  | 
  
#require_sha? ⇒ 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.
      147  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 147 def require_sha?; 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.
      150  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 150 def s?; end  | 
  
#screen_saverdir ⇒ 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.
      153  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 153 def screen_saverdir; end  | 
  
#servicedir ⇒ 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.
      156  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 156 def servicedir; end  | 
  
#skip_cask_deps? ⇒ 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.
      159  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 159 def skip_cask_deps?; end  | 
  
#skip_link? ⇒ 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.
      162  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 162 def skip_link?; end  | 
  
#skip_post_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.
      165  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 165 def skip_post_install?; end  | 
  
#vst3_plugindir ⇒ 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.
      168  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 168 def vst3_plugindir; end  | 
  
#vst_plugindir ⇒ 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.
      171  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 171 def vst_plugindir; 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.
      174  | 
    
      # File 'sorbet/rbi/dsl/homebrew/cmd/install_cmd.rbi', line 174 def zap?; end  |