urfave/cli v2.2.0 Release Notes
Release Date: 2020-03-10 // over 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