Class: Homebrew::DevCmd::BumpFormulaPr::Args Private
- Defined in:
 - sorbet/rbi/dsl/homebrew/dev_cmd/bump_formula_pr.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
- #bump_synced ⇒ String? private
 - #commit? ⇒ Boolean private
 - #dry_run? ⇒ Boolean private
 - #f? ⇒ Boolean private
 - #force? ⇒ Boolean private
 - #fork_org ⇒ String? private
 - #install_dependencies? ⇒ Boolean private
 - #message ⇒ String? private
 - #mirror ⇒ Array<String>? private
 - #n? ⇒ Boolean private
 - #no_audit? ⇒ Boolean private
 - #no_browse? ⇒ Boolean private
 - #no_fork? ⇒ Boolean private
 - #online? ⇒ Boolean private
 - #python_exclude_packages ⇒ Array<String>? private
 - #python_extra_packages ⇒ Array<String>? private
 - #python_package_name ⇒ String? private
 - #revision ⇒ String? private
 - #sha256 ⇒ String? private
 - #strict? ⇒ Boolean private
 - #tag ⇒ String? private
 - #url ⇒ String? private
 - #version ⇒ String? private
 - #write_only? ⇒ Boolean 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
#bump_synced ⇒ 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/bump_formula_pr.rbi', line 15 def bump_synced; end  | 
  
#commit? ⇒ 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/dev_cmd/bump_formula_pr.rbi', line 18 def commit?; 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.
      21  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/bump_formula_pr.rbi', line 21 def dry_run?; 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.
      24  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/bump_formula_pr.rbi', line 24 def f?; 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.
      27  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/bump_formula_pr.rbi', line 27 def force?; end  | 
  
#fork_org ⇒ 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/dev_cmd/bump_formula_pr.rbi', line 30 def fork_org; 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.
      33  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/bump_formula_pr.rbi', line 33 def install_dependencies?; end  | 
  
#message ⇒ 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/dev_cmd/bump_formula_pr.rbi', line 36 def ; end  | 
  
#mirror ⇒ 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.
      39  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/bump_formula_pr.rbi', line 39 def mirror; 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.
      42  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/bump_formula_pr.rbi', line 42 def n?; end  | 
  
#no_audit? ⇒ 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/dev_cmd/bump_formula_pr.rbi', line 45 def no_audit?; end  | 
  
#no_browse? ⇒ 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/dev_cmd/bump_formula_pr.rbi', line 48 def no_browse?; end  | 
  
#no_fork? ⇒ 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/dev_cmd/bump_formula_pr.rbi', line 51 def no_fork?; end  | 
  
#online? ⇒ 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/dev_cmd/bump_formula_pr.rbi', line 54 def online?; end  | 
  
#python_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.
      57  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/bump_formula_pr.rbi', line 57 def python_exclude_packages; end  | 
  
#python_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.
      60  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/bump_formula_pr.rbi', line 60 def python_extra_packages; end  | 
  
#python_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.
      63  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/bump_formula_pr.rbi', line 63 def python_package_name; end  | 
  
#revision ⇒ 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.
      66  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/bump_formula_pr.rbi', line 66 def revision; end  | 
  
#sha256 ⇒ 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/dev_cmd/bump_formula_pr.rbi', line 69 def sha256; end  | 
  
#strict? ⇒ 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/dev_cmd/bump_formula_pr.rbi', line 72 def strict?; end  | 
  
#tag ⇒ 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.
      75  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/bump_formula_pr.rbi', line 75 def tag; end  | 
  
#url ⇒ 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/dev_cmd/bump_formula_pr.rbi', line 78 def url; 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.
      81  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/bump_formula_pr.rbi', line 81 def version; end  | 
  
#write_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.
      84  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/bump_formula_pr.rbi', line 84 def write_only?; end  |