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

Function warning_style

src/tui.rs:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60pub fn warning_style() -> Style {
61 Style::new().yellow().bold()
62}
63
64pub fn print_banner(subtitle: &str) {
65 let bold = theme_bold();

Callers 4

print_calloutFunction · 0.85
print_warningFunction · 0.85
prompt_confirm_compactFunction · 0.85
test_warning_styleFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_warning_styleFunction · 0.68