mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-25 23:10:30 +00:00
add arg
This commit is contained in:
parent
dd0634c483
commit
d49f192835
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue