path: PathBuf,
/// Additional options to pass to the binary
#[arg(long, num_args = 1..)]
///
/// See `radicle-node --help` for additional options
#[arg(value_name = "NODE_OPTIONS", last = true, num_args = 1..)]
options: Vec<OsString>,
},