shellfn icon indicating copy to clipboard operation
shellfn copied to clipboard

Support syntax checking

Open michaelmior opened this issue 6 years ago • 2 comments

This is really cool! It would be helpful if there was a way to specify a command to check syntax that would run at build time. For example bash -n for bash. Could save a few cycles during development.

michaelmior avatar Feb 22 '19 13:02 michaelmior

Wonderful idea! I'm already experimenting with this. I'm going to start with bash, python and perl. What other langauges could be easily checked?

synek317 avatar Feb 23 '19 21:02 synek317

Ruby has ruby -c and Javascript has node -c.

michaelmior avatar Feb 25 '19 16:02 michaelmior