urfave/cli v1.0.0 Release Notes

Release Date: 2013-11-01 // over 10 years ago
  • โž• Added

    • 0๏ธโƒฃ help flag in default app flag set and each command flag set.
    • ๐Ÿ“œ Custom handling of argument parsing errors.
    • Command lookup by name at app level.
    • ๐Ÿ‘ StringSliceFlag type and supporting StringSlice type.
    • ๐Ÿ‘ IntSliceFlag type and supporting IntSlice type.
    • Slice type flag lookups by name at context level.
    • Export of app and command help functions.
    • โœ… More tests & docs.