~m15a/fnldoc#6: 
Support getopt-ish command line argument parsing

Currently, command line argument parsing is not compatible with getopt/s. I'd like to support getopt-ish parsing as well as short flags. For example,

  • --long-option=value => --long-option value
  • -odir => -o dir
  • -ab => (known that options -a and -b do not consume next arg) -a -b
  • -abvalue => (known that option -a consumes next arg) -a bvalue
  • -abvalue => (known that only option -b consumes next arg) -a -b value
Status
REPORTED
Submitter
~m15a
Assigned to
No-one
Submitted
1 year, 3 months ago
Updated
1 year, 2 months ago
Labels
ui