We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0cf9b commit 428afe3Copy full SHA for 428afe3
1 file changed
src/commands.rs
@@ -81,6 +81,8 @@ pub fn handle_run_command(
81
) -> Result<()> {
82
// Load program settings
83
let mut settings = Settings::from_path(model_path).context("Failed to load settings.")?;
84
+
85
+ // This setting can be overridden by command-line argument
86
if debug_model {
87
settings.debug_model = true;
88
}
0 commit comments