cli/args.rbi: add custom_remote?
This commit is contained in:
parent
79ec661cca
commit
828d3505cd
@ -293,6 +293,9 @@ module Homebrew
|
|||||||
|
|
||||||
sig { returns(T::Boolean) }
|
sig { returns(T::Boolean) }
|
||||||
def write_only?; end
|
def write_only?; end
|
||||||
|
|
||||||
|
sig { returns(T::Boolean) }
|
||||||
|
def custom_remote?; end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user