Hacker News new | ask | show | jobs
by cjvirtucio 2048 days ago
I typically write bash wrappers in situations like that. You could also write in a real programming language that shells out to the CLI tool if it gets too complicated.. even better if there's a library that does away with the need of shelling out.