clap 0.5.13

A simple and efficient Command Line Argument Parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
authors = ["Kevin K. <kbknapp@gmail.com>"]
description = "A simple and efficient 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.5.13"