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

Add help messages similar to virtualenvwrapper #105

Open
Sekuraz opened this issue Jan 13, 2017 · 2 comments
Open

Add help messages similar to virtualenvwrapper #105

Sekuraz opened this issue Jan 13, 2017 · 2 comments

Comments

@Sekuraz
Copy link

Sekuraz commented Jan 13, 2017

mkvirtualenv --help
should print a help message and not create a virtualenv named --help. The same applies to almost all commands in compat_aliases.fish

@daisylb
Copy link
Collaborator

daisylb commented Jan 16, 2017

This is a good idea. If anyone feels like contributing, I'd accept a pull request that implements this so long as it's implemented in the actual __vf functions in core, and not just in compat_aliases. If not, I'll probably add it myself when I have spare time.

@justinmayer
Copy link
Owner

I implemented vf new --help, and thus by extension mkvirtualenv --help, via #159. If someone would like to refer to how I implemented it and do the same for other functions, I would be happy to review and merge said contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants