Skip to content

package:args v2.7.0

Compare
Choose a tag to compare
@mosuem mosuem released this 12 Mar 17:55
· 8 commits to main since this release
61e6771
  • Remove sorting of the allowedHelp argument in usage output. Ordering will
    depend on key order for the passed Map.
  • Fix the repository URL in pubspec.yaml.
  • Added option hideNegatedUsage to ArgParser.flag() allowing a flag to be
    negatable without showing it in the usage text.
  • Fixed #101, adding check for mandatory when using .option().