All Versions
50
Latest Version
Avg Release Cycle
75 days
Latest Release
1911 days ago

Changelog History
Page 3

  • v3.1.0 Changes

    • ➕ Add support for MainCommand attribute.
  • v3.0.1 Changes

    • 🛠 Bugfix usage string rendering issue where description might span multiple lines.
  • v3.0.0 Changes

    • ➕ Add subcommand support.
    • ➕ Add support for list and option parameters.
    • ➕ Add support for grouped switches.
    • Extend EqualsAssignment attribute for parameters of arity 2.
    • Implement UniqueAttribute and ExactlyOnceAttribute.
    • Implement HelpFlagsAttribute, HelpDescriptionAttribute and DisableHelpAttribute.
    • Implement GatherUnrecognizedAttribute.
    • ➕ Add ParseResult.UnrecognizedCliParams property.
    • ➕ Add support for F# unions used as enumeration parameters.
  • v2.1.0 Changes

    • 👍 AltCommandLineAttribute supporting variadic parameters.
  • v2.0.0 Changes

    • 🚚 Move to fsprojects, rename root namespace.
  • v1.1.3 Changes

    • 🛠 Fixes to error message formatting.
  • v1.1.2 Changes

    • 🛠 Bugfix #40.
  • v1.1.1 Changes

    • 👌 Support slashes in command line parameter names.
  • v1.1.0 Changes

    • 📜 Implement parseResult.Iter methods.
  • v1.0.0 Changes

    • 📇 Rename project to Argu.
    • 🚚 Move back to F# 3.0 runtime by default.