/// Commands and arguments for the `radicle issue` command
#[derive(Parser, Debug)]
pub struct Args {
/// Set of subcommands for `radicle issue`.
/// Subcommand for `radicle issue`
#[command(subcommand)]
pub(crate) command: Option<Commands>,