spacing problem
Opened this issue · 2 comments
michaelzoech commented
Hi
I wanted to create a completion for the following pattern:
app -P profileX,profileY,profileZ
by doing this
app (..... | -P <profile>[,<profile>] ...)
but through compleat i get
app -P profileX , profileY , profileZ
Am i doing something wrong or is it somehow possible to get rid of the spacing?
mbrubeck commented
There's not a good way to do this in Compleat right now. I want to fix this, but I'm not sure yet how I want to do it. (Patches welcome...)
dsanson commented
Just discovered compleat, and hoped to write a pandoc.usage file, but ran into this barrier, as pandoc has lots of options that require no spaces, like
pandoc --mathjax[=<url>] --bibliography=<file> --email-obfuscation=[(none|javascript|references)]