Feature Request: Allow long arguments to be optional.
Long arguments should be optional, as is the case for short arguments. A check should be done that at least one of the short/long argument is non-empty.
In the README is explicitly mentioned that long arguments must be specified and non-empty. Is there a reason for this other than a limitation by current implementation? Would a PR to implement this FR be accepted?
Feature Request: Allow long arguments to be optional.
Long arguments should be optional, as is the case for short arguments. A check should be done that at least one of the short/long argument is non-empty.
In the README is explicitly mentioned that long arguments must be specified and non-empty. Is there a reason for this other than a limitation by current implementation? Would a PR to implement this FR be accepted?