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 f5f91dc commit f83d1edCopy full SHA for f83d1ed
crates/spin-js-cli/src/main.rs
@@ -15,7 +15,7 @@ use {
15
};
16
17
#[derive(Debug, StructOpt)]
18
-#[structopt(name = "spin-js-cli", about = "JavaScript to Spin module utility")]
+#[structopt(name = "js2wasm", about = "A spin plugin to convert javascript files to Spin compatible modules")]
19
pub struct Options {
20
#[structopt(parse(from_os_str))]
21
pub input: PathBuf,
0 commit comments