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