Add Zellij support

This commit is contained in:
mo8it
2026-04-06 01:32:29 +02:00
parent 95b6160b54
commit 4d97c31c0f
5 changed files with 146 additions and 8 deletions
+1
View File
@@ -61,6 +61,7 @@ fn main() -> Result<ExitCode> {
let (mut app_state, state_file_status) = AppState::new(
info_file.exercises,
info_file.final_message.unwrap_or_default(),
args.zellij,
)?;
// Show the welcome message if the state file doesn't exist yet.