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

Function command_msg

crates/create-rust-app_cli/src/utils/logger.rs:8–10  ·  view source on GitHub ↗
(command: &str)

Source from the content-addressed store, hash-verified

6}
7
8pub fn command_msg(command: &str) {
9 message(&format!("Running `{}`", style(command).yellow()));
10}
11
12pub fn add_file_msg(file: &str) {
13 message(&format!("Adding {}", style(file).yellow()));

Callers 4

project_created_msgFunction · 0.85
createFunction · 0.85
before_installMethod · 0.85
after_installMethod · 0.85

Calls 1

messageFunction · 0.85

Tested by

no test coverage detected