Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

v0.5b

Compare
Choose a tag to compare
@notpeelz notpeelz released this 18 Apr 14:49
· 45 commits to master since this release

Notable changes

  • Added PowerShell flavor 7546965
  • Added list attribute variants (CompositeListOption and ListOption) to PS and Windows flavors f077d84
  • Changed parameter parsing behavior to accept empty values when assigned explicitly (i.e. using an equal sign, colon, etc.) 9511fc0 eb342f6
  • (POSIX) Changed pattern to accept value attribution using an equal sign 9511fc0
  • (POSIX) Added support for quote-enclosed values without spacing (e.g. -c'\x00')

Bug fixes

  • Fixed CompositeListOption not interpreting composite values by default e3b565e