Skip to content

0.8.0

Compare
Choose a tag to compare
@atifaziz atifaziz released this 30 Mar 11:09
· 44 commits to master since this release

NuGet

This two biggest features added by this release are:

  • A new static and strong-typed API.
  • C# source generator for compile-time code generation of the command-line arguments parsing logic as well as a class for the parsed arguments.

See the documentation for usage and examples.

What's Changed

See Also

New Contributors