▲ | dwattttt 3 days ago | |||||||
> options that depend on options What would you do for "top level option, which can be modified in two other ways"?
would solve invalid representation, but is unwieldy.Something that results in the usage string
doesn't seem so bad at that point. | ||||||||
▲ | sudahtigabulan 3 days ago | parent [-] | |||||||
I think I've seen it done like that
(Maybe with another separator, as long as it doesn't need to be escaped.)Another possibility is to make the main option an argument, like the subcommands in git, systemctl, and others:
This depends on the specifics, though. | ||||||||
|