Skip to content

Commit

Permalink
sub command description
Browse files Browse the repository at this point in the history
  • Loading branch information
tippenein authored and hugocaillard committed Dec 6, 2023
1 parent ad2db5d commit 7097784
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/clarinet-cli/src/frontend/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ enum Contracts {
/// Generate files and settings for a new contract
#[clap(name = "new", bin_name = "new")]
NewContract(NewContract),
/// Remove files and settings for a contract
#[clap(name = "rm", bin_name = "rm")]
RemoveContract(RemoveContract),
}
Expand Down

0 comments on commit 7097784

Please sign in to comment.