Contact Details
No response
What would you like to see in the tool?
Right now on the cli -- denotes a keyword argument, and - denotes a single letter argument (and only works if it's exactly one letter).
This means multiple single letter arguments need to be independent - e.g. -v -v -h but it should be able to split any letters after a single - into distinct single-letter arguments - e.g. -vvh is equivalent to -v -v -h.
Any single letter argument that needs a value (currently there are none) would have to be at the end of a group so that the value can follow after a space.