Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
pub fn warning_style() -> Style {
61
Style::new().yellow().bold()
62
}
63
64
pub fn print_banner(subtitle: &str) {
65
let bold = theme_bold();
Callers
4
print_callout
Function · 0.85
print_warning
Function · 0.85
prompt_confirm_compact
Function · 0.85
test_warning_style
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_warning_style
Function · 0.68