mirror of
https://github.com/openai/codex.git
synced 2026-05-04 05:11:37 +03:00
Add /title terminal title override
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -82,6 +82,14 @@ mod tests {
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn title_command_resolves_for_dispatch() {
|
||||
assert_eq!(
|
||||
find_builtin_command("title", all_enabled_flags()),
|
||||
Some(SlashCommand::Title)
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn fast_command_is_hidden_when_disabled() {
|
||||
let mut flags = all_enabled_flags();
|
||||
|
||||
Reference in New Issue
Block a user