Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
dpc_pw
5y ago
0 comments
Save
Share
Does Go have anything even close to clap/structopt?
0 comments
3 comments · 1 top-level
top
newest
oldest
alecthomas
5y ago
· 2 in thread
Yes, though unlike Rust they use reflection:
https://github.com/alecthomas/kong
(my own)
dpc_pw
OP
5y ago
Thanks. Looks good. The reflections don't bother me (that's the way to go with in Go).
saturn_vk
5y ago
For cli apps it doesn't really matter if it's reflection-based
j
/
k
navigate · click thread line to collapse