Hacker News new | ask | show | jobs
by looknee 371 days ago
The gcloud CLI handles this using argparse, having a parent mutex group with one child —no-timeout flag and then a child group containing the timeout flags.
1 comments

But the docs say you can’t (or shouldn’t) add a child group because it’s not supported and will be removed…