clier 0.0.1

A command line parser and framework for rust built in mind of extendability
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.thiserror]
version = "1.0.30"

[features]
hooks = []

[package]
authors = ["Vincent Thomas"]
description = "A command line parser and framework for rust built in mind of extendability"
edition = "2021"
license = "MIT"
name = "clier"
resolver = "1"
version = "0.0.1"