diff --git a/src/main.rs b/src/main.rs index eeb1883e..cd97b1f7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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, } #[derive(Subcommand)]