use Display;
/// Formats a headline that gets printed to console when running a command.
///
/// ```sh
/// ❯ Building server: $ cargo build [@ my-project/server]
/// ```
/// Prints a formatted message to console.
///
/// ```rust
/// steward::print("Nothing to do. Exiting.")
/// ```
///
/// would print
///
/// ```sh
/// ❯ Nothing to do. Exiting.
/// ```
pub