cli-matic
cli-matic copied to clipboard
Adding a config file
See https://github.com/EricGebhart/clj-cli-ext - not a bad idea, actually.
I've always been a fan of a --dump-config option, that spits out a nicely formatted file with the recommended defaults, optionally allowing you to make changes with flags. Kubectl does something similar in a way, with it's --dry-run and -o=yaml options.
Yes it's nice.