Closed ssato closed 5 years ago
anyconfig_cli should support extra options will be given to anyconfig.{load,dump}, for example,
$ anyconfig_cli -I xml /etc/xml/catalog -O json --extra-opts 'indent:2' # JSON output will be indented with 2.
Implemented in the commit 00e689c.
anyconfig_cli should support extra options will be given to anyconfig.{load,dump}, for example,