Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/dyedgreen/clap
Browse files Browse the repository at this point in the history
  • Loading branch information
dyedgreen committed Dec 26, 2021
2 parents bcef412 + 5b27d4d commit 1112893
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ const destroy = new Command("Destroy a given resource.")
description: "Confirm this action.",
});

// `Command`s can be collected into `CommandGroup`s.
const manage = new CommandGroup("Manage imaginary resources.")
.subcommand("create", create)
.subcommand("destroy", destroy);
Expand Down

0 comments on commit 1112893

Please sign in to comment.