virtualfish icon indicating copy to clipboard operation
virtualfish copied to clipboard

Add help messages similar to virtualenvwrapper

Open Sekuraz opened this issue 8 years ago • 2 comments

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

Sekuraz avatar Jan 13 '17 17:01 Sekuraz

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.

daisylb avatar Jan 16 '17 12:01 daisylb

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.

justinmayer avatar Mar 29 '20 19:03 justinmayer