[go: up one dir, main page]

clap 0.3.5

A Command Line Argument Parser written in Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "clap"
version = "0.3.5"
authors = ["Kevin K. <kbknapp@gmail.com>"]
exclude = ["docs/*"]
description = "A Command Line Argument Parser written in Rust"
repository = "https://github.com/kbknapp/clap-rs.git"

readme = "README.md"

keywords = ["terminal", "command", "commandline", "parser", "parse"]

license-file = "LICENSE"