Skip to content

Commit 654ba20

Browse files
beyarkaymxcl
authored andcommitted
Typo: remove duplicated --dry-run in --help
The current verbose help has this list of flags: ``` flags: ... --dry-run,-n don’t do anything, just print ... --dry-run,-n don’t execute, just print ``` Which has the `--dry-run` flag duplicated. This commit removes the second instance. Since the wording was slightly different for each of the instances, I kept the wording and the ordering as is used for the "less verbose" version of `--help`, which looks like: ``` flags: --sync,-S sync and update environment packages --env,-E inject local environment --dry-run,-n don’t do anything, just print ```
1 parent 9037e1d commit 654ba20

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app.help.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export default async function help(verbosity = Verbosity.normal) {
4646
--silent,-s no chat, no errors: only output the requested data
4747
--cd,-C,--chdir <dir> change directory first
4848
--chaste abstain from networking, installing packages, etc.
49-
--dry-run,-n don’t execute, just print
5049
5150
• repetitions override previous values
5251
• long form boolean flags can be assigned, eg. --env=no

0 commit comments

Comments
 (0)