mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-28 06:49:19 +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.
|
||||
#[arg(long)]
|
||||
manual_run: bool,
|
||||
|
||||
/// Change rustbook url to passed one.
|
||||
#[arg(long)]
|
||||
base_url: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Subcommand)]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user