Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clawshell/clawshell
/ success_style
Function
success_style
src/tui.rs:52–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
pub fn success_style() -> Style {
53
Style::new().green().bold()
54
}
55
56
pub fn error_style() -> Style {
57
Style::new().red().bold()
Callers
4
print_step_done
Function · 0.85
print_success
Function · 0.85
prompt_confirm_compact
Function · 0.85
test_success_style
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_success_style
Function · 0.68