extern crate clap; · use clap::{Arg, App}; · fn main() { · let matches = App::new("MayApp") ·.arg(Arg::with_name("verbose") ·.short("v").
確定! 回上一頁