-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: command default print help (#13)
- Loading branch information
1 parent
77c216e
commit 1bbb3d0
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ name: ckb | |
author: Nervos Core Dev <[email protected]> | ||
about: Nervos CKB - The Common Knowledge Base | ||
|
||
settings: | ||
- ArgRequiredElseHelp | ||
subcommands: | ||
- run: | ||
about: Running ckb node | ||
|
@@ -78,6 +80,8 @@ subcommands: | |
required: true | ||
- cli: | ||
about: Running ckb cli | ||
settings: | ||
- ArgRequiredElseHelp | ||
subcommands: | ||
- sign: | ||
about: Sign transaction using sha3-secp256k1 defined in system cell | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters