stdio icon indicating copy to clipboard operation
stdio copied to clipboard

getopt: name containing dash (e.g. --num-max) supported?

Open sarnobat opened this issue 3 years ago • 0 comments

It's common for long options to contain -. I can't figure out a way to add a name that contains a dash.

I was hoping either _ gets converted to -, or that it's possible to specify a destination variable. I believe python's argparse works this way.

sarnobat avatar Jan 24 '22 04:01 sarnobat