Skip to content

Releases: mkideal/cli

v0.2.5

16 Feb 03:33
Compare
Choose a tag to compare

Delete some deps

CLI v0.0.5

09 Apr 22:30
Compare
Choose a tag to compare

5 commits to master since last release

  • set to true while time decode time with empty string. see #55
  • [*] standardize & document the calling convention
  • [*] minor change to clis.WarnOn(), make it a function

CLI v0.0.3

01 Jun 02:38
Compare
Choose a tag to compare

Reason for drafting a new release:

  • 21 commits to master since last release, so drafting a new one
  • Need the github.com/mkideal/cli/clis and github.com/mkideal/cli/clil in the release.

CLI v0.0.2

11 Aug 10:29
Compare
Choose a tag to compare
  • Fix: Fix some bugs.
  • Del: Remove extra package now.
  • Add: Adds UsageFn for customizing usage.
  • Mod: Replaces NeedArgs with NumArg.

CLI v0.0.1

21 May 14:29
Compare
Choose a tag to compare

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.