create.rbi: add zig
This commit is contained in:
parent
35dcf8e362
commit
4adb910a8b
@ -56,6 +56,9 @@ class Homebrew::DevCmd::Create::Args < Homebrew::CLI::Args
|
||||
sig { returns(T::Boolean) }
|
||||
def rust?; end
|
||||
|
||||
sig { returns(T::Boolean) }
|
||||
def zig?; end
|
||||
|
||||
sig { returns(T.nilable(String)) }
|
||||
def set_license; end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user