ecla 1.0.0

Easily build command line apps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]
elog = "^0.1"

[lib]
name = "ecla"
path = "src/lib.rs"

[package]
authors = ["fengcen <fengcen.love@gmail.com>"]
description = "Easily build command line apps"
documentation = "https://docs.rs/ecla"
homepage = "https://github.com/fengcen/ecla"
keywords = ["argument", "command", "arg", "parse", "easy"]
license = "MIT"
name = "ecla"
readme = "README.md"
repository = "https://github.com/fengcen/ecla.git"
version = "1.0.0"