onlyargs 0.1.0

Obsessively tiny argument parsing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]
[dev-dependencies.error-iter]
version = "0.4"

[package]
authors = ["Jay Oster <jay@kodewerx.org>"]
categories = ["command-line-interface"]
description = "Obsessively tiny argument parsing"
edition = "2021"
keywords = ["cli", "arg", "argument", "parse", "parser"]
license = "MIT"
name = "onlyargs"
readme = "README.md"
repository = "https://github.com/parasyte/onlyargs"
version = "0.1.0"