All Versions
8
Latest Version
Avg Release Cycle
301 days
Latest Release
1337 days ago

Changelog History

  • v0.2.3

    October 03, 2020
  • v0.2.2

    July 10, 2020
  • v0.2.1

    July 10, 2020
  • v0.2.0

    March 15, 2018
  • v0.0.5 Changes

    April 09, 2020

    ๐Ÿš€ 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
  • v0.0.3 Changes

    June 01, 2019

    ๐Ÿš€ 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.
  • v0.0.2 Changes

    August 11, 2018
    • ๐Ÿ›  Fix: Fix some bugs.
    • ๐Ÿ“ฆ Del: Remove extra package now.
    • โž• Add: Adds UsageFn for customizing usage.
    • Mod: Replaces NeedArgs with NumArg.
  • v0.0.1 Changes

    May 21, 2016

    ๐ŸŽ‰ 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.