Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
pub fn plugin_msg(name: &str) {
40
message(&format!(
"Installing {} plugin"
, style(name).yellow()));
41
}
42
43
pub fn error(msg: &str) {
44
message(&format!(
"{} {}"
, style(
"ERROR: "
).red(), msg));
Callers
1
install
Function · 0.85
Calls
1
message
Function · 0.85
Tested by
no test coverage detected