tiny-args 0.2.1

Tiny command line argument parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "tiny-args"
version = "0.2.1"
edition = "2024"
description = "Tiny command line argument parser"
readme      = "README.md"
categories  = ["command-line-interface"]
keywords    = ["cli", "args", "parser", "tiny", "simple"]

license    = "MIT"
repository = "https://github.com/lhndo/tiny-args"

[dependencies]