commandlines 0.5.0

A command line argument parsing library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "commandlines"
version = "0.5.0"
description = "A command line argument parsing library for Rust"
authors = ["Chris Simpkins <chris@sourcefoundry.org>"]
repository = "https://github.com/chrissimpkins/commandlines-rust"
readme = "README.md"
license = "MIT"
keywords = ["cli", "commandline", "application", "posix", "gnu"]
categories = ["command-line-interface"]

[dependencies]

[badges]
appveyor = { repository = "chrissimpkins/commandlines-rust", branch = "master", service = "github" }
travis-ci = { repository = "chrissimpkins/commandlines-rust", branch = "master" }
codecov = { repository = "chrissimpkins/commandlines-rust", branch = "master", service = "github" }