Show SVGO plugins
$ svgo --show-plugins
Run on entire folder and enable removeTitle plugin
$ svgo -f /Users/ttadej/community/lithium-plugin/src/svgs/collections --enable=removeTitle
Run on specific file and enable removeStyleElement plugin
$ svgo agile.svg --enable=removeStyleElement