argsplitter 0.5.0

A light-weight command line argument parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[dev-dependencies.anyhow]
version = "1.0.0"

[package]
categories = ["command-line-interface"]
description = "A light-weight command line argument parser"
edition = "2021"
exclude = ["todo.md"]
keywords = ["cli", "parser", "argument", "command"]
license = "MIT"
name = "argsplitter"
readme = "README.md"
repository = "https://github.com/joerivanruth/argsplitter/"
version = "0.5.0"