clier 0.0.5

A cli parser and framework for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[features]
default = ["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.0.5"