This commit is contained in:
Kovid Goyal 2021-07-27 08:05:55 +05:30
parent 887347106d
commit 6c8eb4a19a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -115,6 +115,9 @@ def env(x: str) -> str:
return italic(x)
envvar = env
def file(x: str) -> str:
return italic(x)