Command Line Default Options in Linearized Plain Text

[image error]

A few years agoI created xcop,a simple command line tool thatcan check the style of an XML file. It���s similar toCheckstyle (for Java) andPep8 (for Python),but for XML. It���s pretty easy to use xcop: just run it with a few commandline arguments and it returns the list of errors found in your XML file, if there are any. However,some of the arguments may be convenient to have as defaults and instead ofpassing them through the command line on every execution, we could store them in som...

 •  0 comments  •  flag
Share on Twitter
Published on July 19, 2022 17:00
No comments have been added yet.