Skip to content

Commit 41e2cf5

Browse files
committed
feat: add flag
1 parent 193e173 commit 41e2cf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

guide/command_line.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ $ cjbind --help
2525
选项:
2626
--no-enum-prefix 生成枚举时,不使用枚举名称作为枚举值的前缀
2727
--no-detect-include-path 禁用自动 include 路径检测
28+
--make-func-wrapper 生成 foreign 函数包装器以允许包外调用
2829
--auto-cstring 把 char* 转换为 CString 而不是 CPointer<UInt8>
2930
-o, --output <FILE> 把生成的绑定输出到文件
3031
-p, --package <PACKAGE> 生成的绑定中的包名

0 commit comments

Comments
 (0)