mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 08:58:22 +00: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:
parent
645923ddbd
commit
73980f1130
1 changed files with 5 additions and 5 deletions
|
|
@ -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]"
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue