Hacker News new | ask | show | jobs
by Fiahil 2215 days ago
I've found Rust to be more interesting for CLIs than go. Especially when using https://clap.rs
1 comments

clap looks cool, thanks.
Check out structopt. It's a declarative layer atop clap. It's a bit polarising, but if you don't mind the "magic" (which you probably don't if you think clap looks nice) it's amazing.
It's being integrated into clap v3 :)