MCPcopy Create free account
hub / github.com/619dev/minghe / Cli

Class Cli

src/main.rs:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16#[command(name = "minghe")]
17#[command(version, about = "鸣鹤 — 最小化安全 SIP 语音通信服务")]
18struct Cli {
19 /// 配置文件路径
20 #[arg(short, long, default_value = "config.toml")]
21 config: String,
22}
23
24/// 打印启动横幅
25fn print_banner() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected