Hacker News new | ask | show | jobs
by sagichmal 2210 days ago
Cobra is actually probably the worst CLI package to choose, because it encourages/forces you into a globals-based architecture.

https://pkg.go.dev/github.com/peterbourgon/ff/v3/ffcli is one that I've been using recently, which has been a lot nicer.

1 comments

can you please elaborate what is "globals-based architecture" and its disadvantages?