Skip to content

Commit b11f9b5

Browse files
authored
set command name to "py2wasm" (#15)
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent 7526947 commit b11f9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/spin-python-cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use {
1717

1818
/// A Spin plugin to convert Python apps to Spin-compatible WebAssembly modules
1919
#[derive(Parser, Debug)]
20-
#[command(author, version, about)]
20+
#[command(author, version, about, name = "py2wasm")]
2121
struct Options {
2222
/// The name of a Python module containing a `handle_request` function for handling Spin HTTP requests
2323
app_name: String,

0 commit comments

Comments
 (0)