From 26e54f9772e9f3c36002d42c690b63b27ba07724 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Tue, 14 Oct 2025 11:57:29 +0900 Subject: [PATCH] update protoc --- src/_protoc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_protoc b/src/_protoc index e82c606..0efb23b 100644 --- a/src/_protoc +++ b/src/_protoc @@ -73,6 +73,7 @@ _protoc() { '--js_out=[Generate JavaScript source]:out_dir:_files -/' \ '--objc_out=[Generate Objective C header and source]:out_dir:_files -/' \ '--php_out=[Generate PHP source file]:out_dir:_files -/' \ + '--pyi_out=[Generate python pyi stub]:out_dir:_files -/' \ '--python_out=[Generate Python source file]:out_dir:_files -/' \ '--ruby_out=[Generate Ruby source file]:out_dir:_files -/' \ '--rust_out=[Generate Rust sources]:out_dir:_files -/' \