Skip to content

Commit

Permalink
set command name to "py2wasm" (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Dice <[email protected]>
  • Loading branch information
dicej authored Feb 27, 2023
1 parent 7526947 commit b11f9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/spin-python-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use {

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

0 comments on commit b11f9b5

Please sign in to comment.