Closed kenguest closed 10 years ago
Currently I have to explicitly specify something like:
$ cflint -v -folder=blocks -text -textfile /dev/stdout
Including -text as an argument is redundant, and shouldn't be required.
Similarly specifying -htmlfile or -htmlstyle imply html output is desired, so -html shouldn't need to be specified.
I agree. This is implemented..
I also changed the default of -textfile. When you specify -text w/o -textfile it assumes stdout.
Currently I have to explicitly specify something like:
Including -text as an argument is redundant, and shouldn't be required.
Similarly specifying -htmlfile or -htmlstyle imply html output is desired, so -html shouldn't need to be specified.