All Versions
50
Latest Version
Avg Release Cycle
75 days
Latest Release
1380 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.