cli/args.rbi: add custom_remote?

This commit is contained in:
XuehaiPan 2021-10-12 01:07:38 +08:00
parent 79ec661cca
commit 828d3505cd

View File

@ -293,6 +293,9 @@ module Homebrew
sig { returns(T::Boolean) }
def write_only?; end
sig { returns(T::Boolean) }
def custom_remote?; end
end
end
end