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

View File

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