We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193e173 commit 41e2cf5Copy full SHA for 41e2cf5
guide/command_line.md
@@ -25,6 +25,7 @@ $ cjbind --help
25
选项:
26
--no-enum-prefix 生成枚举时,不使用枚举名称作为枚举值的前缀
27
--no-detect-include-path 禁用自动 include 路径检测
28
+ --make-func-wrapper 生成 foreign 函数包装器以允许包外调用
29
--auto-cstring 把 char* 转换为 CString 而不是 CPointer<UInt8>
30
-o, --output <FILE> 把生成的绑定输出到文件
31
-p, --package <PACKAGE> 生成的绑定中的包名
0 commit comments