mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-26 00:00:03 +03: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.
|
||||
#[arg(long)]
|
||||
manual_run: bool,
|
||||
|
||||
/// Change rustbook url to passed one.
|
||||
#[arg(long)]
|
||||
base_url: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Subcommand)]
|
||||
|
|
Loading…
Reference in a new issue