use clap::Parser; /// Simple program to greet a person #[derive(Parser, Debug)] #[clap(about, version, author)] struct Args { /// Name of the person to ...
確定! 回上一頁