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.
2 parents 21ecd8f + aabc0ba commit fb215b0Copy full SHA for fb215b0
src/commands/up.rs
@@ -47,7 +47,7 @@ pub struct UpCommand {
47
pub help: bool,
48
49
/// The application to run. This may be a manifest (spin.toml) file, a
50
- /// directory containing a spin.toml file, or a remote registry reference.
+ /// directory containing a spin.toml file, a remote registry reference, or a Wasm module (a .wasm file).
51
/// If omitted, it defaults to "spin.toml".
52
#[clap(
53
name = APPLICATION_OPT,
0 commit comments