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

Better CLI support #3

Open
eywalker opened this issue Nov 10, 2016 · 0 comments
Open

Better CLI support #3

eywalker opened this issue Nov 10, 2016 · 0 comments
Assignees

Comments

@eywalker
Copy link
Owner

Currently nvidia-docker-compose passes all command line arguments aside from -f onto the underlying docker-compose. But in the process, it ends up capturing options like -h, --help and any -f option, regardless of where it appears. This is quite inconvenient as nvidia-docker-compose --help do not provide any useful help menu (would make sense to show the help for docker-compose), and commands with -f as an option for the subcommands (e.g. docker-compose logs -f) doesn't work properly. The argparsing needs to be improved.

@eywalker eywalker self-assigned this Nov 10, 2016
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

No branches or pull requests

1 participant