diff --git a/src/cli/App.tsx b/src/cli/App.tsx index 0ab649d..5a5b22b 100644 --- a/src/cli/App.tsx +++ b/src/cli/App.tsx @@ -1458,7 +1458,7 @@ export default function App({ userCancelledRef.current = false; let aliasedMsg = msg; - if (msg === "exit") { + if (msg === "exit" || msg === "quit") { aliasedMsg = "/exit"; }