mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-11 02:59:40 +02:00
Mark :code: in CLI help output
This commit is contained in:
@@ -122,7 +122,7 @@ def option(x: str) -> str:
|
||||
|
||||
@role
|
||||
def code(x: str) -> str:
|
||||
return x
|
||||
return cyan(x)
|
||||
|
||||
|
||||
@role
|
||||
|
||||
Reference in New Issue
Block a user