cli 0.0.1

One Rust crate for creating beautiful command line applications.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "cli"
version = "0.0.1"
authors = ["Shipeng Feng <fsp261@gmail.com>"]
license = "BSD"
readme = "README.md"
repository = "https://github.com/fengsp/cli"
homepage = "https://github.com/fengsp/cli"
documentation = "http://fengsp.github.io/cli"
description = "One Rust crate for creating beautiful command line applications."

[dependencies]
getopts = "*"