Tags: idigdoug/TextTools
Tags
command-line handling ArgParser: - Replace existing "Short arg value" handling (accepts both `-xVAL` and `-x VAL`) with separate ArgCharsValue (accepts `-xVAL`) and NextArgVal (accepts `-x VAL`) handlers. wconv: - Use NextArgVal (`-x VAL`) for all short args. wargs: - Use NextArgVal (`-x VAL`) for all existing short args. - Compat: add support for the (non-Posix) -e, -i, and -l args. - Fix default values for --max-lines and --replace.