clap 0.7.1

A simple to use, efficient, and full featured Command Line Argument Parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[features]
default = []
unstable = []

[package]
authors = ["Kevin K. <kbknapp@gmail.com>"]
description = "A simple to use, efficient, and full featured  Command Line Argument Parser"
documentation = "http://kbknapp.github.io/clap-rs/docs/clap/index.html"
exclude = ["docs/*", "examples/*", "claptests/*"]
keywords = ["argument", "command", "arg", "parser", "parse"]
license = "MIT"
name = "clap"
readme = "README.md"
repository = "https://github.com/kbknapp/clap-rs.git"
version = "0.7.1"