Class: Homebrew::DevCmd::Bottle::Args Private
- Defined in:
- sorbet/rbi/dsl/homebrew/dev_cmd/bottle.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
Instance Method Summary collapse
- #committer ⇒ String? private
- #force_core_tap? ⇒ Boolean private
- #json? ⇒ Boolean private
- #keep_old? ⇒ Boolean private
- #merge? ⇒ Boolean private
- #no_all_checks? ⇒ Boolean private
- #no_commit? ⇒ Boolean private
- #no_rebuild? ⇒ Boolean private
- #only_json_tab? ⇒ Boolean private
- #root_url ⇒ String? private
- #root_url_using ⇒ String? private
- #skip_relocation? ⇒ Boolean private
- #write? ⇒ Boolean private
Methods inherited from CLI::Args
#arch, #build_from_source?, #build_from_source_formulae, #cask?, #context, #debug?, #formula?, #freeze_named_args!, #freeze_processed_options!, #freeze_remaining_args!, #help?, #include_test?, #include_test_formulae, #initialize, #named, #no_named?, #only_formula_or_cask, #os, #os_arch_combinations, #quiet?, #remaining, #value, #verbose?
Constructor Details
This class inherits a constructor from Homebrew::CLI::Args
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Homebrew::CLI::Args
Instance Method Details
#committer ⇒ 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/bottle.rbi', line 15 def committer; end |
#force_core_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.
18 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/bottle.rbi', line 18 def force_core_tap?; end |
#json? ⇒ 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/bottle.rbi', line 21 def json?; end |
#keep_old? ⇒ 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/bottle.rbi', line 24 def keep_old?; end |
#merge? ⇒ 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/bottle.rbi', line 27 def merge?; end |
#no_all_checks? ⇒ 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/bottle.rbi', line 30 def no_all_checks?; end |
#no_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.
33 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/bottle.rbi', line 33 def no_commit?; end |
#no_rebuild? ⇒ 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/bottle.rbi', line 36 def no_rebuild?; end |
#only_json_tab? ⇒ 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/bottle.rbi', line 39 def only_json_tab?; end |
#root_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.
42 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/bottle.rbi', line 42 def root_url; end |
#root_url_using ⇒ 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/bottle.rbi', line 45 def root_url_using; end |
#skip_relocation? ⇒ 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/bottle.rbi', line 48 def skip_relocation?; end |
#write? ⇒ 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/bottle.rbi', line 51 def write?; end |