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