cli/inspect: use Clap
I’ve hit a bit of a snag. It seems that rad ., which I found is an alias for rad inspect with no arguments, doesn’t do what is expect of it.
I tried debugging with lldb, and it looks like the parsing bit for “inspect” in main.rs doesn’t quite parse it? … or at the very least, it looks like inspect’s run function is not called.
A bit better structuring, I hope
This still doesn’t solve the snag with rad . that I commented on in the previous revision
Fix rad .
Incorporated Lorenz’ reviews, with attribution and commit comments
Thank you for the reviews, Lorenz!
This tests cleanly on my laptop at least
Oh, right, maybe I should take this out of draft ;-)
Review
Incorporated all of Lorenz’ latestreview commits
Rebase