nevinera / quiet_quality

A system for finding and annotating quality issues on your forward diffs
MIT License
12 stars 0 forks source link

Allow command to be overridden for a tool via yaml config #125

Open nevinera opened 6 months ago

nevinera commented 6 months ago

The first slice of #96 - allow the yaml config to specify a replacement command for an individual tool (obviously not a global option), and use that command when running the tool. Takes an array or args, though if we see a good way to parse a string into arguments like bash would, we may accept a string as well.