We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c303546 commit 3253c1bCopy full SHA for 3253c1b
1 file changed
json_explorer/codegen/cli_integration.py
@@ -203,7 +203,7 @@ def _list_languages() -> int:
203
table.add_column("Language", style="bold green", no_wrap=True)
204
table.add_column("Extension", style="cyan")
205
table.add_column("Generator Class", style="dim")
206
- table.add_column("Aliases", style="blue")
+ table.add_column("Aliases", style="gold1 ")
207
208
for lang_name, info in sorted(language_info.items()):
209
aliases = (
0 commit comments