Add shlex

This commit is contained in:
mo8it
2026-04-06 16:58:15 +02:00
parent dace3e3953
commit b48663030b
4 changed files with 22 additions and 6 deletions
+2 -1
View File
@@ -60,10 +60,11 @@ fn main() -> Result<ExitCode> {
bail!(FORMAT_VERSION_HIGHER_ERR);
}
let editor = Editor::new(args.edit_cmd)?;
let (mut app_state, state_file_status) = AppState::new(
info_file.exercises,
info_file.final_message.unwrap_or_default(),
Editor::new(args.edit_cmd),
editor,
)?;
// Show the welcome message if the state file doesn't exist yet.