#[command(about = ABOUT, disable_version_flag = true)]
pub struct Args {
/// The Repository ID of the repository to fork
///
/// [example value: rad:z3Tr6bC7ctEg2EHmLvknUr29mEDLH, z3Tr6bC7ctEg2EHmLvknUr29mEDLH]
#[arg(value_name = "RID")]
pub(super) rid: Option<RepoId>,
}