Skip to content

Releases: hellflame/argparse

v0.3.0

07 May 14:24

Choose a tag to compare

  1. fix parsing args when subcommand exist
  2. fix subcommand help info output
  3. enrich sub command example
  4. more test coverage

v0.2.1

06 May 14:51

Choose a tag to compare

update readme
add action example

v0.2.0

05 May 16:06

Choose a tag to compare

  1. add Action Support, with readme update & test case
  2. add more test case to cover more code

v0.1.1

04 May 02:17

Choose a tag to compare

  1. add more examples
  2. more comment for easy use
  3. update readme

v0.1.0

03 May 16:16

Choose a tag to compare

first release with all expected functions
all test case pass
just:

go get github.com/hellflame/argparse