Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adds help text to --log #486

Merged
merged 1 commit into from
Apr 29, 2021
Merged

feat: adds help text to --log #486

merged 1 commit into from
Apr 29, 2021

Conversation

EverlastingBugstopper
Copy link
Contributor

just realized we didn't have any help text for this flag!

before:

$ rover --help
...
OPTIONS:
    -l, --log <log-level>     [possible values: error, warn, info, debug, trace]
...

after:

$ rover --help
...
OPTIONS:
    -l, --log <log-level>    Specify Rover's log level [possible values: error, warn, info,
                             debug, trace]
...

@EverlastingBugstopper EverlastingBugstopper added the feature 🎉 new commands, flags, functionality, and improved error messages label Apr 29, 2021
@EverlastingBugstopper EverlastingBugstopper added this to the May 11 - GA milestone Apr 29, 2021
@EverlastingBugstopper EverlastingBugstopper merged commit 8a914b7 into main Apr 29, 2021
@EverlastingBugstopper EverlastingBugstopper deleted the avery/log-help branch April 29, 2021 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 🎉 new commands, flags, functionality, and improved error messages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants