Skip to content

cli: Fix exit command not actually exiting#289

Merged
alt-romes merged 1 commit into
masterfrom
worktree-fix+285-exit-command
Apr 24, 2026
Merged

cli: Fix exit command not actually exiting#289
alt-romes merged 1 commit into
masterfrom
worktree-fix+285-exit-command

Conversation

@alt-romes
Copy link
Copy Markdown
Collaborator

parseCmd used to return Nothing for Exit which caused
debugInteractive to loop back instead of exiting.

Now, parseCmd returns Maybe (OrExit Command) and debugInteractive
handles the Exit/Do cases.

Fixes #285

`parseCmd` used to return `Nothing` for `Exit` which caused
`debugInteractive` to loop back instead of exiting.

Now, parseCmd returns `Maybe (OrExit Command)` and `debugInteractive`
handles the `Exit/Do` cases.

Fixes #285
@alt-romes alt-romes force-pushed the worktree-fix+285-exit-command branch from b67ead6 to de4f914 Compare April 24, 2026 10:45
@alt-romes alt-romes merged commit 64801ee into master Apr 24, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cli: Exit does nothing

1 participant