8000 Tags · posener/cmd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: posener/cmd

Tags

v1.3.4

Toggle v1.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add option to disable completion in usage (#25)

* 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

Toggle v1.3.3's commit message
Add padding to sub command list

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.

v1.3.2

Toggle v1.3.2's commit message
Fix error handling on exit-on-error

v1.3.1

Toggle v1.3.1's commit message
readme: Update according to go doc (#18)

* Update readme according to go doc

* Update readme according to go doc

v1.3.0

Toggle v1.3.0's commit message
Update readme according to go doc (#15)

v1.2.0

Toggle v1.2.0's commit message
Update readme according to go doc

v1.1.0

Toggle v1.1.0's commit message
Update readme according to go doc

v1.0.0

Toggle v1.0.0's commit message
Improve tests

0