flexiargs 2.0.0

A flexible, rule-based command dispatcher and argument parser with strict level control.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "flexiargs"
version = "2.0.0"
edition = "2024"
description = "A flexible, rule-based command dispatcher and argument parser with strict level control."
license = "MIT"
authors = ["mxnt <m10ferrari1200@gmail.com>"]
documentation = "https://docs.rs/flexiargs/"
homepage = "https://github.com/LinuxProativo/flexiargs"
repository = "https://github.com/LinuxProativo/flexiargs"
readme = "README.md"
keywords = ["args", "arguments", "parse", "parser", "cli"]
categories = ["command-line-interface", "parsing"]
exclude = ["logo.png"]