-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We already sort of support short options, but the way they work is pretty limited atm. Finishing implementing short options entails:
- Parsing short option clusters (e.g.
-lainls -la). - Parsing short option clusters that contain exactly one option that accepts arguments (e.g.
-xvfintar -xvf .... This option must come last (e.g.tar -fvxis not valid), and as a consequence, it need not be separated from its argument by whitespace. - Should probably also add an option that lets the user specify whether
--should stop parsing. - Actually documenting all of this.
-
multiple<short_option<...>>does not seem to work at the moment.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request