mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-01 00:09:18 +00:00
add arg
This commit is contained in:
parent
dd0634c483
commit
d49f192835
@ -35,6 +35,10 @@ struct Args {
|
|||||||
/// Only use this if Rustlings fails to detect exercise file changes.
|
/// Only use this if Rustlings fails to detect exercise file changes.
|
||||||
#[arg(long)]
|
#[arg(long)]
|
||||||
manual_run: bool,
|
manual_run: bool,
|
||||||
|
|
||||||
|
/// Change rustbook url to passed one.
|
||||||
|
#[arg(long)]
|
||||||
|
base_url: Option<String>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Subcommand)]
|
#[derive(Subcommand)]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user