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

Function success_style

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

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

()

Source from the content-addressed store, hash-verified

312///
313/// Format: `✓ Message` (in green)
314fn success_style() -> ProgressStyle {
315 ProgressStyle::with_template("{prefix:.green} {msg:.green}")
316 .expect("Invalid success template")
317 .tick_chars("✓ ")
318}
319
320/// Get the error completion style.
321///

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