Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kovidgoyal/kitty
/ bold
Function
bold
kitty/cli.py:172–173 ·
view source on GitHub ↗
(x: str)
Source
from the content-addressed store, hash-verified
170
171
@role
172
def
bold(x: str) -> str:
173
return
surround(x, 1, 22)
174
175
176
@role
Callers
5
escape_text_for_man
Function · 0.85
title
Function · 0.85
opt
Function · 0.85
option
Function · 0.85
__call__
Method · 0.85
Calls
1
surround
Function · 0.85
Tested by
no test coverage detected