mirror of
https://github.com/openai/codex.git
synced 2026-09-15 12:08:01 +00:00
blue -> cyan
This commit is contained in:
@@ -397,7 +397,7 @@ fn format_exit_messages(exit_info: AppExitInfo, color_enabled: bool) -> Vec<Stri
|
||||
codex_core::util::resume_command(thread_name.as_deref(), conversation_id)
|
||||
{
|
||||
let hint = if color_enabled {
|
||||
format!("{} (or {})", resume_cmd.cyan(), "--last".blue())
|
||||
format!("{} (or {})", resume_cmd.cyan(), "--last".cyan())
|
||||
} else {
|
||||
format!("{resume_cmd} (or --last)")
|
||||
};
|
||||
|
||||
@@ -164,7 +164,7 @@ fn resume_hint_line(command: String) -> Line<'static> {
|
||||
"To continue this session, run ".into(),
|
||||
command.cyan(),
|
||||
" (or ".into(),
|
||||
"--last".blue(),
|
||||
"--last".cyan(),
|
||||
")".into(),
|
||||
]
|
||||
.into()
|
||||
|
||||
Reference in New Issue
Block a user