--option flag1,flag2
(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:
command option --flag1 --flag2
This depends on the specifics, though.