urfave/cli v2.2.0 Release Notes

Release Date: 2020-03-10 // about 4 years ago
  • ๐Ÿš€ These release notes were written for the git hash d648edd

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed zsh completion scripts in #1062 via @zhsj
    • ๐Ÿ›  Fixed description of subcommand to be more consistent in #1054 via @itchyny
    • ๐Ÿ›  Fixed possible runtime panic in slice parsing in #1049 via @saschagrunert
    • ๐Ÿ›  Fixed invalid man page header generation in #1041 via @saschagrunert

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improved auto-completion instructions and added example gifs in #1059 via @masonj188
    • โœ‚ Removed the author from generated man pages in #1041 via @saschagrunert

    โž• Added

    • โž• Added destination field to StringSliceFlag in #1078 via @davidsbond
    • โž• Added HideHelpCommand. While HideHelp hides both help command and --help flag, HideHelpCommand only hides help command and leave --help flag as-is in #1083 via @AkihiroSuda
    • โž• Added timestampFlag docs in #997 via @drov0
    • โž• Added required flags documentation in #1008 via @lynncyrin, @anberns