args icon indicating copy to clipboard operation
args copied to clipboard

Analogue of '::' GNU getopt extension?

Open yvs2014 opened this issue 1 year ago • 1 comments

Hello,

I can't find out if dart-args has support of 'optional arguments of options'? (If not, it's a nice feature to have with args parser)

It's about funcionality like this (taken from getopt(3)): Two colons mean an option takes an optional arg; ... This is a GNU extension

yvs2014 avatar Aug 02 '23 16:08 yvs2014