brew tc --update
This commit is contained in:
parent
868c15fe4f
commit
5e63d3188f
@ -5,6 +5,9 @@
|
||||
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::List`.
|
||||
|
||||
class Homebrew::CLI::Args
|
||||
sig { returns(T::Boolean) }
|
||||
def auto?; end
|
||||
|
||||
sig { returns(T::Boolean) }
|
||||
def cask?; end
|
||||
|
||||
@ -20,9 +23,18 @@ class Homebrew::CLI::Args
|
||||
sig { returns(T::Boolean) }
|
||||
def full_name?; end
|
||||
|
||||
sig { returns(T::Boolean) }
|
||||
def installed_as_dependency?; end
|
||||
|
||||
sig { returns(T::Boolean) }
|
||||
def installed_on_request?; end
|
||||
|
||||
sig { returns(T::Boolean) }
|
||||
def l?; end
|
||||
|
||||
sig { returns(T::Boolean) }
|
||||
def manual?; end
|
||||
|
||||
sig { returns(T::Boolean) }
|
||||
def multiple?; end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user