textql
textql copied to clipboard
switched args from flags to kingpin
not sure if you're interested, but kingpin is great compared to flags pkg
cobra is also a good choice.
I'm not a huge fan of deviating from the standard library at this time, unless there is some clear win in the usability?