Tags: posener/cmd
Tags
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
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.