crashappsec / crashappsec/chalk
Consider improving output for `chalk help help` and `chalk help --help`
Nobody has claimed this yet.
- Dominant language
- Nim
- Stars
- 436
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
Description
These commands output the same thing:
chalkchalk helpchalk --helpchalk help --help
But the output of chalk help help outputs the same information twice.
Chalk lists help as a command in chalk help commands, and says to run chalk help "cmdname" to get help for a command. So a user may try to run chalk help help or chalk help --help to get extra information about using the help command.
Impact
Low impact:
- A user who runs
chalk help helpgets duplicated output. - A user who runs
chalk help helporchalk help --helpdoesn't get help for the help command.
Steps to Reproduce
Run chalk help help with the latest chalk release (0.3.1).
Other information
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing chalk help help and chalk help --help with Chalk 0.3.1, then locate the CLI help-command handling. Done means the duplicated output is removed and these commands provide useful help for the help command rather than repeating the general help text.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nim
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100