You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2026-06-09 00:16:18 +02:00
Fix codespell error: 'ags' flagged as misspelling in hint bar
Restructure the hint bar string so shortcut letters and their labels
are separate tokens ('t' + 'tags') instead of split across Rich markup
tags ('t' + 'ags') which codespell flagged as a misspelling.
This commit is contained in:
+5
-5
@@ -317,11 +317,11 @@ def build_menu():
|
||||
# ── Claude-style dual-line prompt area ──
|
||||
console.print(Rule(style="dim magenta"))
|
||||
console.print(
|
||||
" [dim cyan]/[/dim cyan][dim]search "
|
||||
"[/dim][dim cyan]t[/dim cyan][dim]ags "
|
||||
"[/dim][dim cyan]r[/dim cyan][dim]ecommend "
|
||||
"[/dim][dim cyan]?[/dim cyan][dim]help "
|
||||
"[/dim][dim cyan]q[/dim cyan][dim]uit[/dim]"
|
||||
" [dim cyan]/[/dim cyan][dim]search[/dim] "
|
||||
"[dim cyan]t[/dim cyan] [dim]tags[/dim] "
|
||||
"[dim cyan]r[/dim cyan] [dim]recommend[/dim] "
|
||||
"[dim cyan]?[/dim cyan] [dim]help[/dim] "
|
||||
"[dim cyan]q[/dim cyan] [dim]quit[/dim]"
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user