Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
pub fn command_msg(command: &str) {
9
message(&format!(
"Running `{}`"
, style(command).yellow()));
10
}
11
12
pub fn add_file_msg(file: &str) {
13
message(&format!(
"Adding {}"
, style(file).yellow()));
Callers
4
project_created_msg
Function · 0.85
create
Function · 0.85
before_install
Method · 0.85
after_install
Method · 0.85
Calls
1
message
Function · 0.85
Tested by
no test coverage detected