mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-28 12:21:55 +00:00
Mark :code: in CLI help output
This commit is contained in:
parent
b7a28afe7e
commit
727c69ffdd
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ def option(x: str) -> str:
|
|||
|
||||
@role
|
||||
def code(x: str) -> str:
|
||||
return x
|
||||
return cyan(x)
|
||||
|
||||
|
||||
@role
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue