nestrs-cli-rs 0.1.0

Rust port of the Nest CLI for the nestrs organization.
Documentation
1
2
3
4
//! Upstream source: `../nest-cli/lib/ui/prefixes.ts`.

pub const ERROR_PREFIX: &str = "\x1b[48;2;210;0;75m\x1b[1m\x1b[38;2;0;0;0m Error \x1b[0m";
pub const INFO_PREFIX: &str = "\x1b[48;2;60;190;100m\x1b[1m\x1b[38;2;0;0;0m Info \x1b[0m";