Skip to content

CLI v0.0.1

Compare
Choose a tag to compare
@mkideal mkideal released this 21 May 14:29
· 111 commits to master since this release

v0.0.1 (2016-05-21)

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.