Skip to content

Commit 428afe3

Browse files
committed
Add comment
1 parent ba0cf9b commit 428afe3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/commands.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ pub fn handle_run_command(
8181
) -> Result<()> {
8282
// Load program settings
8383
let mut settings = Settings::from_path(model_path).context("Failed to load settings.")?;
84+
85+
// This setting can be overridden by command-line argument
8486
if debug_model {
8587
settings.debug_model = true;
8688
}

0 commit comments

Comments
 (0)