-
Notifications
You must be signed in to change notification settings - Fork 36
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
update help text for log drains #376
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe a nit, or i've just seen the word "drain" too much for it to hold any meaning to me anymore...but can we change the help text from "will be drained" to "will be sent to your chosen destination" or something?
I second this suggestion. I think it would help make things clearer. |
updated! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consistenly use
-
for options across log drain creation commands.Make it more clear what the default behavior is in the help text, since Thor makes it confusing by including the
--no-
versions for booleans.Alternatives would be to build Thor ourselves to get rid of it, or manage the default: true ourselves.