All Versions
8
Latest Version
Avg Release Cycle
301 days
Latest Release
1448 days ago
Changelog History
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
andgithub.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
withNumArg
.
-
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.