main.rs use clap::{load_yaml, App}; fn main() { let y = load_yaml!("cli.yaml"); let m = App::from_yaml(y).get_matches(); println!(
確定! 回上一頁