kristian / minify-xml

Fast XML minifier / compressor / uglifier with a command-line
Other
17 stars 5 forks source link

Add options as CLI arguments #7

Closed Chris2011 closed 4 years ago

Chris2011 commented 4 years ago

As far as I can see, the only CLI argument is -i --in-place. But all the options, that I can use in the config file, are needed as a separate cli argument.

example: minify-xml bla.xml --remove-comments=false

kristian commented 4 years ago

Sure, also that one I can understand. Let me work on this tomorrow as well!

kristian commented 4 years ago

Added with ab55aa82172af6ad226ee56965a9c2ac666d05ef and version 2.3.1! Hope this helps.

Chris2011 commented 4 years ago

Great thx, will test it :)

Chris2011 commented 4 years ago

It seems to work thx.