Skip to content

Tags: idigdoug/TextTools

Tags

v1.1.0

Toggle v1.1.0's commit message
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.

v1.0.2

Toggle v1.0.2's commit message
wargs - fix --from-code arg

- Restore wargs command-line argument handling for "-f" and
  "--from-code".
- Add MakeRelease.bat script to make Release ZIP files.
- Add Arm64 to release binaries.

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1 from idigdoug/Static

Add --version, link Static for release

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update msbuild.yml

Don't need anything from NuGet.