create.rbi: add zig

This commit is contained in:
botantony 2025-02-21 15:17:55 +01:00
parent 35dcf8e362
commit 4adb910a8b
No known key found for this signature in database
GPG Key ID: 7FE721557EA6AAD6

View File

@ -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