mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-17 21:35:20 +01:00
xtask: Arg is not only used for cargo size
This commit is contained in:
parent
dd3d56625e
commit
94cad96829
1 changed files with 1 additions and 1 deletions
|
|
@ -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>,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue