diff --git a/lib/cli/src/commands/publish.rs b/lib/cli/src/commands/publish.rs index ff0ba007858..d698ec61ef3 100644 --- a/lib/cli/src/commands/publish.rs +++ b/lib/cli/src/commands/publish.rs @@ -1,6 +1,6 @@ use clap::Parser; -/// CLI options for the `wasmer publish` command +/// Publish a package to the package registry. #[derive(Debug, Parser)] pub struct Publish { /// Registry to publish to