Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
def
print_warning(warning: str) -> None:
28
print_formatted_text(FormattedText([(
"ansiyellow"
, warning)]))
29
30
31
def
print_error(error: str) -> None:
Callers
1
install_keybindings
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected