coffeelint icon indicating copy to clipboard operation
coffeelint copied to clipboard

Commandline argument to output as file

Open chrisspiegl opened this issue 10 years ago • 0 comments

Something like the following:

coffeelint -O ./linting.out ./index.coffee

Would generate a file called linting.out and save the output in there. This again is a feature for the long rung. It is easily dealt with via the command line piping but not that easy if using something like grunt-coffeelint.

chrisspiegl avatar Nov 01 '13 14:11 chrisspiegl