Skip to content

v1.3.4

Compare
Choose a tag to compare
@alecthomas alecthomas released this 23 Jan 06:26
· 257 commits to master since this release

Since v1.2.0:

  • Support "--" for separating flags from positional arguments.
  • Support loading flags from files (ParseWithFileExpansion()). Use @file as an argument.
  • Add post-app and post-cmd validation hooks. This allows arbitrary validation to be added.
  • A bunch of improvements to help usage and formatting.
  • Support arbitrarily nested sub-commands.