Mark :code: in CLI help output

This commit is contained in:
Kovid Goyal 2021-11-21 22:44:43 +05:30
parent b7a28afe7e
commit 727c69ffdd
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -122,7 +122,7 @@ def option(x: str) -> str:
@role
def code(x: str) -> str:
return x
return cyan(x)
@role