Skip to content

Commit

Permalink
cli/args.rbi: add custom_remote?
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed Oct 11, 2021
1 parent 4d50bfc commit 9b7857b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Library/Homebrew/cli/args.rbi
Expand Up @@ -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

0 comments on commit 9b7857b

Please sign in to comment.