Command line Interface with clap

  1. Clap - Command Line Argument Parser
  2. Clap Single positional argument
  3. Clap Several positional arguments
  4. Clap Single long argument
  5. Clap Short arguments
  6. Clap accepting string, number, bool - default values
  7. Clap add help to each argument
  8. Clap show the version number from Cargo.toml
  9. Clap Show the description of the crates using the about command
  10. Clap Show the description written in the code
  11. Clap show generated description
  12. Clap validate number range
  13. Clap subcommands
  14. Clap mutually exclusive
  15. Clap mutually exclusive with group
  16. Clap example for CLI