Skip to content

Commit e28a210

Browse files
committed
clean
1 parent 5f40460 commit e28a210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codex-rs/tui/src/slash_command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ static SPECS: &[CommandSpec] = &[
186186
CommandSpec {
187187
cmd: SlashCommand::Quit,
188188
canonical: "quit",
189-
aliases: &["exit", "e"],
189+
aliases: &["exit"],
190190
description: "exit Codex",
191191
available_during_task: true,
192192
},

0 commit comments

Comments
 (0)