This commit is contained in:
manmen-mi 2024-12-07 21:40:03 +09:00
parent dd0634c483
commit d49f192835

View file

@ -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)]