It'd be nice to have -r as a shorthand for --resume. I use resume frequently and the extra typing adds up. Most CLI tools support short flags for commonly-used options, and resume feels like a good candidate for one.
# current
copilot --resume
# proposed
copilot -r