I have discovered that Rust has great support for writing Command-Line ... use clap::{App, Arg, SubCommand}; fn main() { let matches ...
確定! 回上一頁