Skip to content

Releases: sigoden/argc

v0.12.0

29 Sep 09:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.0...v0.12.0

v0.11.0

23 Sep 03:49
Compare
Choose a tag to compare

BREAKING CHANGE

  • split task runner functionality from argc into runme in #44.

What's Changed

Full Changelog: v0.10.1...v0.11.0

v0.10.1

01 Aug 00:15
Compare
Choose a tag to compare

What's Changed

  • refactor: omit help subcommand by default by @sigoden in #36

Full Changelog: v0.10.0...v0.10.1

v0.10.0

31 Jul 13:20
Compare
Choose a tag to compare

What's Changed

  • feat: bin name preserve ext name by @sigoden in #29
  • feat: use --argc-argcfile to print found argcfile path by @sigoden in #33
  • feat: add --argc-compgen by @sigoden in #34

Full Changelog: v0.9.2...v0.10.0

v0.9.2

29 Jul 02:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

28 Jul 04:23
Compare
Choose a tag to compare

What's Changed

  • fix: not found shell in git-bash by @sigoden in #24
  • feat: argcfile can be named with/without .sh suffix or captial by @sigoden in #25

Full Changelog: v0.9.0...v0.9.1

v0.9.0

27 Jul 04:58
Compare
Choose a tag to compare

Features

What's Changed

  • feat: support generating bash completion script by @sigoden in #22
  • feat: works as command runner by @sigoden in #23

Full Changelog: v0.8.2...v0.9.0

v0.8.2

29 Jun 13:26
Compare
Choose a tag to compare
chore(release): version v0.8.2

v0.8.1

27 Apr 01:54
Compare
Choose a tag to compare

What's Changed

  • fix: convert hyphens to underscores in positionals, flags and options by @veyh in #20

New Contributors

  • @veyh made their first contribution in #20

Full Changelog: v0.8.0...v0.8.1

v0.8.0

16 Mar 11:06
Compare
Choose a tag to compare

What's Changed

  • feat: allow custom help subcommand by @sigoden in #19

    # @help false disable help subcommand
    # @help Print help information use custom help subcommand message

Full Changelog: v0.7.0...v0.8.0