Skip to main content

ok

Macro ok 

Source
macro_rules! ok {
    ($path:expr) => { ... };
}
Expand description

Print a success line outside of a Progress block.

§Example

cli_ui::ok!("dist/index.html");
//   ✓  dist/index.html