Is there a way to have something like this ``` cmd subcommand start [--branch BRANCH] [TICKET] ``` I want `TICKET` to be required unless `--branch` is specified
Is there a way to have something like this
I want
TICKETto be required unless--branchis specified