xtask: Arg is not only used for cargo size

This commit is contained in:
Henrik Tjäder 2025-06-08 13:46:46 +02:00 committed by Emil Fresk
parent dd3d56625e
commit 94cad96829

View file

@ -543,7 +543,7 @@ pub struct QemuAndRun {
#[derive(Debug, Parser, Clone)] #[derive(Debug, Parser, Clone)]
pub struct Arg { pub struct Arg {
/// Options to pass to `cargo size` /// Options to pass to `cargo <subcommand>`
#[command(subcommand)] #[command(subcommand)]
pub arguments: Option<ExtraArguments>, pub arguments: Option<ExtraArguments>,
} }