Hacker News new | ask | show | jobs
by Groxx 1691 days ago
as if there even was one command-line or config standard. especially across different operating systems.

it absolutely does not belong in stdlibs, where it can never be changed. that's how you end up with too many terrible CLI tools using Go's `flags` package.

1 comments

I don't understand, what's wrong with Go's flag, compared to, say, python's argparse?