package:args v2.7.0
- Remove sorting of the
allowedHelp
argument in usage output. Ordering will
depend on key order for the passedMap
. - Fix the repository URL in
pubspec.yaml
. - Added option
hideNegatedUsage
toArgParser.flag()
allowing a flag to be
negatable
without showing it in the usage text. - Fixed #101, adding check for mandatory when using
.option()
.