clier 0.2.0

A cli parser and framework for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[features]
cli = []
default = ["cli", "help"]
help = ["hooks"]
hooks = []

[package]
authors = ["Vincent Thomas"]
description = "A cli parser and framework for rust"
edition = "2021"
license = "MIT"
name = "clier"
readme = "README.md"
repository = "https://github.com/vincent-thomas/clier"
version = "0.2.0"