MCPcopy Create free account
hub / github.com/clawshell/clawshell / error_style

Function error_style

src/tui.rs:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56pub fn error_style() -> Style {
57 Style::new().red().bold()
58}
59
60pub fn warning_style() -> Style {
61 Style::new().yellow().bold()

Callers 2

print_errorFunction · 0.85
test_error_styleFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_error_styleFunction · 0.68