Skip to content

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

Latest
Compare
Choose a tag to compare
@posener posener released this 27 Sep 14:26
74170b4
* 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