cli/fix: Apply default config for app

This commit is contained in:
Diego Reis
2025-05-21 12:04:11 -03:00
parent 696c98877c
commit c76387ec1b

View File

@@ -154,7 +154,7 @@ impl Limbo {
input_buff: String::new(),
opts: Settings::from(opts),
rl: None,
config: None,
config: Some(Config::default()),
};
app.first_run(sql, quiet)?;
Ok(app)