摘要: use std::path::PathBuf; use clap::Parser; #[derive(Parser, Debug)] #[clap()] pub struct Opts { pub args: Vec<String>, #[clap(short = 'c', long = "conf 阅读全文
posted @ 2024-02-21 15:51 Zhentiw 阅读(12) 评论(0) 推荐(0) 编辑