MCPcopy Create free account
hub / github.com/Wulf/create-rust-app / plugin_msg

Function plugin_msg

crates/create-rust-app_cli/src/utils/logger.rs:39–41  ·  view source on GitHub ↗
(name: &str)

Source from the content-addressed store, hash-verified

37}
38
39pub fn plugin_msg(name: &str) {
40 message(&format!("Installing {} plugin", style(name).yellow()));
41}
42
43pub fn error(msg: &str) {
44 message(&format!("{} {}", style("ERROR: ").red(), msg));

Callers 1

installFunction · 0.85

Calls 1

messageFunction · 0.85

Tested by

no test coverage detected