cli: option clobbering
During a user test:
used
rad issue open --description --label “asdf”the CLI took--labelas the description
This is a pretty confusing outcome, but it’s just how our parsing works. In reality, this is likely solved by clap, which should be the end goal. I’m creating this issue for the time being just to keep track that this is a known issue.