Rust CLI app with clap-rs
- clap.rs for args parsing
- shell completion support.
$ @appName@ complete --bash
$ @appName@ complete --zsh
$ @appName@ complete --oh_my_zsh
- args name can not contains "-"
- about should not contains "'"
- clap.rs: https://github.com/clap-rs/clap