Skip to content

Commit 86aaf2d

Browse files
committed
Stop splitting the warning over multiple lines
1 parent c65b0fb commit 86aaf2d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/specify_cli/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,13 +1013,10 @@ def init(
10131013
console.print()
10141014
console.print(steps_panel)
10151015

1016-
# Add Codex warning if using Codex
10171016
if selected_ai == "codex":
10181017
warning_text = """[bold yellow]Important Note:[/bold yellow]
10191018
1020-
Custom prompts do not yet support arguments in Codex. You may need to manually
1021-
specify additional project instructions directly in prompt files located in
1022-
[cyan].codex/prompts/[/cyan].
1019+
Custom prompts do not yet support arguments in Codex. You may need to manually specify additional project instructions directly in prompt files located in [cyan].codex/prompts/[/cyan].
10231020
10241021
For more information, see: [cyan]https://github.com/openai/codex/issues/2890[/cyan]"""
10251022

0 commit comments

Comments
 (0)