Skip to main content

step

Macro step 

Source
macro_rules! step {
    ($($arg:tt)*) => { ... };
}
Expand description

Print a step header: ▸ message

§Example

cli_ui::step!("downloading remote assets");
// ▸  downloading remote assets