Skip to content

Commit

Permalink
docs(cli): Fix doc comment on publish command
Browse files Browse the repository at this point in the history
Add a sensible message...
  • Loading branch information
theduke committed Mar 28, 2023
1 parent 380a422 commit 893c8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/src/commands/publish.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 893c8b7

Please sign in to comment.