Skip to content

Releases: ariary/quicli

v1.0.0

27 Oct 06:27
Compare
Choose a tag to compare

1.0.0 use in many other project

Changes

  • Bugfixes for subcommand pattern
  • subcommand aliases
  • color in desc

MVP +++ 😮

02 Oct 10:51
c61e052
Compare
Choose a tag to compare

Added

  • Subcommand pattern see example in README

MVP ++ 😮

18 Aug 09:12
Compare
Choose a tag to compare

Added

  • Add other patterns to get a real one-liner runner for CLI application
  • Handle non flag arguments
  • No shortname for flags

MVP 🏃

15 Aug 11:44
Compare
Choose a tag to compare

One-liner to build CLI with go:

  • Simple and explicit
    • ~wrap golang built-in flag package
  • Handle different flag types: (string, int, bool, float64)
  • Build help message accordingly:
    • construct short name automatically
    • print default value #2
  • « cheat sheet » option: specify some command examples