Improve command line description and flag naming and description
See original GitHub issueDescription
The core CLI commands description and flag description of grammar needs to be corrected.
Motivation
The core CLI commands will be interfaced with developers and users, for better understanding of commands the grammar needs to be corrected.
Revisit all the core CLI commands and fix the grammar.
Acceptance Criteria
- Update Root and sub root commands
descriptionwith better grammar - Update flags and its description with better grammar
Additional Information
Example Actual
blockchain:download Download blockchain data from a provided snapshot.
blockchain:export Export blockchain data for given data path
blockchain:hash Generate hash for blockchain data for given data path
blockchain:import Import blockchain data for given data path
blockchain:reset Resets the blockchain data.
Improved version
blockchain:download Download from <URL>.
blockchain:export Export to <FILE>
blockchain:import Import from <FILE>
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Command Line Interface Guidelines
An open-source guide to help you write better command-line programs, taking traditional UNIX ... Descriptions of flags, unless there are lots of them....
Read more >Command-line Flags (by Category) - cSounds.com
You can view the command line flags organized alphabetically in Command-line Flags ... Certain flag arguments take a following name or numeric argument....
Read more >Command-line syntax overview for System.CommandLine
An introduction to the command-line syntax that the System. ... a brief description of the available commands, options, and arguments.
Read more >Command line options - AWS Documentation
In the AWS CLI, command line options are global parameters you can use to override the default configuration settings, any corresponding profile setting, ......
Read more >How To Use the Flag Package in Go - DigitalOcean
Go lets you craft command-line utilities that accept flags by using ... Int counterpart: the flag name, a default value, and a description....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Comments from @Incede:
account:create command
block:get
Wrong error message when block height does not existblockchain:export
Wrong error message when output/input directory not found--enable-forgerwhich is for enabling the forger plugin should be renamed as it could be confused as a flag for enabling forging