cli v0.0.1 Release Notes

Release Date: 2016-05-21 // almost 8 years ago
  • ๐ŸŽ‰ Initializes the repository, and implements many important features.

    • โž• Add: Prases flags base on golang tag.
    • โž• Add: Supports almost all basic types, slice and map as a flag.
    • โž• Add: Fuzzy matching for suggestion.
    • โž• Add: Supports command tree.
    • โž• Add: Pretty output for usage of command.
    • โž• Add: Supports any type which implement cli.Decoder as a flag.
    • โž• Add: Parser for flag.
    • โž• Add: Supports editor like git commit.
    • โž• Add: Rich examples to help other quick start.