Skip to content

[FireSTARR Feature Request]: Handle multiple single letter arguments after - in cli #7

@jordan-evens

Description

@jordan-evens

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions