cli/args.rbi: add write_only?

This commit is contained in:
Thierry Moisan 2021-09-08 11:13:46 -04:00
parent 4f4448c514
commit 58ddea028b
No known key found for this signature in database
GPG Key ID: 2F797AD837292E8C

View File

@ -290,6 +290,9 @@ module Homebrew
sig { returns(T.nilable(T::Array[String])) }
def groups; end
sig { returns(T::Boolean) }
def write_only?; end
end
end
end