MCPcopy 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
52pub fn success_style() -> Style {
53 Style::new().green().bold()
54}
55
56pub fn error_style() -> Style {
57 Style::new().red().bold()

Callers 4

print_step_doneFunction · 0.85
print_successFunction · 0.85
prompt_confirm_compactFunction · 0.85
test_success_styleFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_success_styleFunction · 0.68