MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / success_style

Function success_style

atomic-cli/src/output/progress.rs:335–339  ·  view source on GitHub ↗

Get the success completion style. Format: `✓ Message` (in green)

()

Source from the content-addressed store, hash-verified

333///
334/// Format: `✓ Message` (in green)
335fn success_style() -> ProgressStyle {
336 ProgressStyle::with_template("{prefix:.green} {msg:.green}")
337 .expect("Invalid success template")
338 .tick_chars("✓ ")
339}
340
341/// Get the error completion style.
342///

Callers 2

finish_successFunction · 0.85
test_styles_dont_panicFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_styles_dont_panicFunction · 0.68