sashahart / vex

Run a command in the named virtualenv.
MIT License
372 stars 26 forks source link

List option #33

Closed sashahart closed 9 years ago

sashahart commented 9 years ago

Work in progress per #32.

Should probably discuss the way it's specified, the output format; also do functional test on exact output

Used \n as separator because this is pretty amenable to combination with shell commands etc. and allows me to avoid the issue of possibly quoting names, etc. which will generate more visual clutter

sashahart commented 9 years ago

I don't want to generally start doing a ton of new flag-features, but this is something that was already being offered in shell-specific ways through the different completions and that seems unfair, I would rather supply comparable functionality in a shell-agnostic way as well, and/or a basis that other people could use to build their own completions and whatever