Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
alyn509 committed Sep 17, 2023
1 parent 2a64d6e commit 981f214
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions framework/meta/src/cli_args/cli_args_standalone.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@ pub enum StandaloneCliAction {
#[command(name = "new", about = "Creates a contract by a pre-existing template")]
Template(TemplateArgs),

#[command(
name = "templates",
about = "Lists all contracts available as templates"
)]
#[command(name = "templates", about = "Lists all pre-existing templates")]
TemplateList(TemplateListArgs),
#[command(
name = "test-gen",
Expand Down

0 comments on commit 981f214

Please sign in to comment.