Crate app [] [src]

app

A easy-to-use command-line-parser.

Usage

On Cargo.toml:

 [dependencies]
 app = "^0.3.1"

or

 [dependencies]
 app = { git = "https://github.com/biluohc/app-rs",branch = "master", version = "^0.3.1" }

Examples

Structs

App

application struct

Cmd

Command strcut

Opt

Option struct

OptValue

OptValue struct

Traits

OptValueParse