Skip to content

Releases: posener/cmd

v1.3.4: Add option to disable completion in usage (#25)

27 Sep 14:26
74170b4
Compare
Choose a tag to compare
* Add option to disable completion in usage

For some use-cases or operation systems, it might not be desirable to print usage information. That is why this commit introduces an option to disable completion information.
This addresses issue #20

* Detect completion support automatically

* Improve env handling

* Fix formatting

v1.3.3: Add padding to sub command list

23 Sep 06:52
Compare
Choose a tag to compare
Having large variations in the length of sub commands could lead to
inconsistent and ugly indention of the command synopses. This command fixes
this by calculating the longest command name beforehand and padding all command
names accordingly.

Fix error handling

06 Mar 06:51
Compare
Choose a tag to compare
v1.3.2

Fix error handling on exit-on-error

Rename to cmd

27 Nov 17:21
Compare
Choose a tag to compare
readme: Update according to go doc (#18)

* Update readme according to go doc

* Update readme according to go doc

Fix flag order and parsing

08 Nov 22:39
Compare
Choose a tag to compare
v1.2.0

Update readme according to go doc

Added positional arguments API

08 Nov 09:21
Compare
Choose a tag to compare
v1.1.0

Update readme according to go doc

First release

29 Oct 19:59
Compare
Choose a tag to compare
v1.0.0

Improve tests