MCPcopy Create free account
hub / github.com/RightNow-AI/rightnow-cli / show_error

Function show_error

rightnow_cli/ui/theme.py:160–162  ·  view source on GitHub ↗

Show error message.

(message: str)

Source from the content-addressed store, hash-verified

158
159
160def show_error(message: str):
161 """Show error message."""
162 console.print(f"\n[bold red]✗ {message}[/bold red]\n")
163
164
165def show_warning(message: str):

Callers 6

handle_commandFunction · 0.85
interactive_modeFunction · 0.85
mainFunction · 0.85
_setup_api_keyMethod · 0.85
switch_agentMethod · 0.85
restore_sessionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected