This commit is contained in:
manmen-mi 2026-05-24 14:10:02 +09:00
parent c9855e4133
commit 23f490d41c

View File

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