Skip to content

v0.7.0

Compare
Choose a tag to compare
@SimonCahill SimonCahill released this 19 Apr 20:43
· 16 commits to master since this release
ddde490

v0.7.0

This release introduces a non-breaking change, enabling support for Powershell-style options!

Changes

  • Added support for Powershell-style options
  • Added new switch for enabling Powershell-style options: AllowPowershellConventions

Remarks

Support for Powershell-style arguments is NOT enabled by default!
To enable support, set AllowPowershellConventions = true!
To enable support for Powershell-style options with Windows-style argument separator (:), you must also set AllowWindowsConventions = true!