-
Notifications
You must be signed in to change notification settings - Fork 14
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
Make it clear the location of the flags matter #61
Comments
Yeah it is quite annoying. I think it is possible to have some global flags, but for right now I will expand the error message. |
@jl-animo is this something you can pick up with the help messages? |
I took a look at this again today, and I came to the same conclusion that I think its technically possible to add but there will be a lot of collision.
Do you think that some documentation at the |
I always find this quite annoying about the docker cli, where it matters in which place the flags are passed (
docker --flag run --other-flag
is not the same asdocker --other-flag run --other-flag
). This makes sense for command specific arguments (e.g.--qr
) but feels quite confusing for other flags.Maybe the error message ("Error: No endpoint supplied. Supply an endpoint either via `--endpoint` or via `--config`") can be extended to make this more clear.
The text was updated successfully, but these errors were encountered: