Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
pub fn error_style() -> Style {
57
Style::new().red().bold()
58
}
59
60
pub fn warning_style() -> Style {
61
Style::new().yellow().bold()
Callers
2
print_error
Function · 0.85
test_error_style
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_error_style
Function · 0.68