Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@idigdoug idigdoug released this 02 Sep 20:53
· 2 commits to main since this release

wconv:

  • The short-form command-line parameters no longer accept -xVALUE. Instead, use -x VALUE.

wargs:

  • The existing short-form command-line parameters no longer accept -xVALUE. Instead, use -x VALUE.
  • For compatibility with gnu xargs, added non-Posix short-form command-line parameters, -eEOFSTR, -i[REPLSTR], -l[MAXLINES].
  • Fixed default handling for long-form parameters --max-lines and --replace.