MCPcopy Create free account
hub / github.com/djcopley/ShellOracle / print_warning

Function print_warning

src/shelloracle/bootstrap.py:27–28  ·  view source on GitHub ↗
(warning: str)

Source from the content-addressed store, hash-verified

25
26
27def print_warning(warning: str) -> None:
28 print_formatted_text(FormattedText([("ansiyellow", warning)]))
29
30
31def print_error(error: str) -> None:

Callers 1

install_keybindingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected