Y
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
rb808
2215 days ago
clap looks cool, thanks.
link
masklinn
2215 days ago
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.
link
Fiahil
2214 days ago
It's being integrated into clap v3 :)
link