We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The help view for --config argument is a little unclear. For now it looks like:
help
--config
... --config FILE Read configuration from PATH. ...
It says that we pass FILE as argument value, but the configuration will be read from the PATH.
FILE
PATH
Proposal: use FILE instead of PATH in help view fro this argument. It will looks like:
... --config FILE Read configuration from FILE. ...
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The
help
view for--config
argument is a little unclear.For now it looks like:
It says that we pass
FILE
as argument value, but the configuration will be read from thePATH
.Proposal: use
FILE
instead ofPATH
inhelp
view fro this argument.It will looks like:
The text was updated successfully, but these errors were encountered: