wash-cli 0.6.2

wasmcloud Shell (wash) CLI tool
1
2
3
4
5
6
7
8
9
10
11
12
13
// This file is from emoji.rs from cargo-generate
//   source: https://github.com/cargo-generate/cargo-generate
//   version: 0.9.0
//   license: MIT/Apache-2.0
//
use console::Emoji;

pub(crate) static ERROR: Emoji<'_, '_> = Emoji("", "");
pub(crate) static SPARKLE: Emoji<'_, '_> = Emoji("", "");
pub(crate) static WARN: Emoji<'_, '_> = Emoji("⚠️  ", "");
pub(crate) static WRENCH: Emoji<'_, '_> = Emoji("🔧  ", "");
pub(crate) static SHRUG: Emoji<'_, '_> = Emoji("🤷  ", "");
pub(crate) static INFO: Emoji<'_, '_> = Emoji("💡  ", "");