Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
clap - Rust
[go: Go Back, main page]

Crate clap

source ·

Structs§

  • Used to create a representation of the program and all possible command line arguments for parsing at runtime.
  • The abstract representation of a command line argument used by the consumer of the library.
  • Used to get information about the arguments that where supplied to the program at runtime.
  • The abstract representation of a command line subcommand used by the consumer of the library.