rad patch review panics
When running rad patch review without any options, the program will
panic and crash.
This is likely due to clap, and possibly its interaction with the
panic handler.
Example crash report:
name = "radicle-cli"
operating_system = "Linux (Ubuntu 25.10) [x86_64]"
crate_version = "0.20.0"
explanation = """
Panic occurred in file 'crates/radicle-cli/src/commands/patch/args.rs' at line 639
"""
cause = "expected one of `--patch`, `--delete`, `--accept`, or `--reject`"
method = "Panic"
backtrace = """
0: 0x1ca7cf1 - <unresolved>
1: 0x1ca95ad - <unresolved>
2: 0x1b1a788 - <unresolved>
3: 0x25e7c5e - <unresolved>
4: 0x25e78f6 - <unresolved>
5: 0x25e5989 - <unresolved>
6: 0x25e75bd - <unresolved>
7: 0x260e070 - <unresolved>
8: 0x1ebe59c - <unresolved>
9: 0x1b50c08 - <unresolved>
10: 0x1c788a4 - <unresolved>
11: 0x1c75d6a - <unresolved>
12: 0x1c75c09 - <unresolved>
13: 0x1b8aca3 - <unresolved>
14: 0x1b8ac99 - <unresolved>
15: 0x25d7440 - <unresolved>
16: 0x1c88bc5 - <unresolved>
"""