MCPcopy
hub / github.com/kovidgoyal/kitty / title

Function title

kitty/cli.py:177–178  ·  view source on GitHub ↗
(x: str)

Source from the content-addressed store, hash-verified

175
176@role
177def title(x: str) -> str:
178 return blue(bold(x))
179
180
181@role

Callers 2

versionFunction · 0.70
__call__Method · 0.70

Calls 2

blueFunction · 0.85
boldFunction · 0.85

Tested by

no test coverage detected