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.
component new --import-name
1 parent 1c17a18 commit 467204bCopy full SHA for 467204b
src/bin/wasm-tools/component.rs
@@ -88,7 +88,7 @@ pub struct NewOpts {
88
/// name.
89
///
90
/// If the old import name is not found, it is ignored.
91
- #[clap(long = "import-name", value_name = "[OLD]=NEW", value_parser = parse_import_name)]
+ #[clap(long = "import-name", value_name = "OLD=NEW", value_parser = parse_import_name)]
92
import_names: Vec<(String, String)>,
93
94
#[clap(flatten)]
0 commit comments