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 7526947 commit b11f9b5Copy full SHA for b11f9b5
crates/spin-python-cli/src/main.rs
@@ -17,7 +17,7 @@ use {
17
18
/// A Spin plugin to convert Python apps to Spin-compatible WebAssembly modules
19
#[derive(Parser, Debug)]
20
-#[command(author, version, about)]
+#[command(author, version, about, name = "py2wasm")]
21
struct Options {
22
/// The name of a Python module containing a `handle_request` function for handling Spin HTTP requests
23
app_name: String,
0 commit comments