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.
override_usage
1 parent 8469e1e commit e4847f8Copy full SHA for e4847f8
bindgen-cli/options.rs
@@ -41,7 +41,8 @@ fn parse_codegen_config(what_to_generate: &str) -> io::Result<CodegenConfig> {
41
#[derive(Parser, Debug)]
42
#[clap(
43
about = "Generates Rust bindings from C/C++ headers.",
44
- trailing_var_arg = true
+ override_usage = "bindgen [FLAGS] [OPTIONS] [HEADER] -- [CLANG_ARGS]...",
45
+ trailing_var_arg = true,
46
)]
47
struct BindgenCommand {
48
/// C or C++ header file.
0 commit comments