clap 0.10.4

A simple to use, efficient, and full featured Command Line Argument Parser
Documentation
[dependencies.ansi_term]
optional = true
version = "*"

[dependencies.strsim]
optional = true
version = "*"

[features]
color = ["ansi_term"]
default = ["suggestions", "color"]
suggestions = ["strsim"]
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"
exclude = ["examples/*", "clap-tests/*"]
keywords = ["argument", "command", "arg", "parser", "parse"]
license = "MIT"
name = "clap"
readme = "README.md"
repository = "https://github.com/kbknapp/clap-rs.git"
version = "0.10.4"