Crate app [] [src]

app

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

Usage

On Cargo.toml:

 [dependencies]
 app = "0.5.6"

Examples

Structs

App

Application

ArgsValue

ArgsValue

Cmd

Command

Helper

Helper

Opt

Option

OptValue

OptValue

Traits

ArgsValueParse

You can use custom ArgsValue by impl it

OptValueParse

You can use custom OptValue by impl it