clux/lq

do something smart with clap to allow a help page?

Closed this issue · 1 comments

clux commented

https://docs.rs/clap/latest/clap/

currently the only help page we have is if we pass -h with valid stdin/file because then jq will print help. this will not contain args that are not jq's own flags (such as -y).

not a big deal to me, but would be nice to handle this a little more professionally

clux commented