Skip to content

chore: capitalize all help commands#16

Merged
notnmeyer merged 1 commit intomainfrom
chore/standardize-help-descriptions
Mar 20, 2026
Merged

chore: capitalize all help commands#16
notnmeyer merged 1 commit intomainfrom
chore/standardize-help-descriptions

Conversation

@notnmeyer
Copy link
Copy Markdown
Member

Capitalizes the --help description in command output to match everything else.

before,

➜ task -- help
...
Available Commands:
...
  help          Help about any command

Flags:
  -h, --help            help for loops
  ...

after,

➜ task -- -h
...
Available Commands:
...
  help          Help about any command

Flags:
  -h, --help            Help for loops
...

@notnmeyer notnmeyer self-assigned this Mar 20, 2026
@notnmeyer notnmeyer requested a review from nalanj March 20, 2026 14:53
@notnmeyer notnmeyer marked this pull request as ready for review March 20, 2026 14:54
@notnmeyer notnmeyer merged commit a51c81d into main Mar 20, 2026
2 checks passed
@notnmeyer notnmeyer deleted the chore/standardize-help-descriptions branch March 30, 2026 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant