noargs 0.2.1

Imperative command-line argument parser library with no dependencies, no macros, and no implicit I/O
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "noargs"
version = "0.2.1"
edition = "2024"
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
license = "MIT"
description = "Imperative command-line argument parser library with no dependencies, no macros, and no implicit I/O"
homepage = "https://github.com/sile/noargs"
repository = "https://github.com/sile/noargs"
readme = "README.md"
categories = [ "command-line-interface" ]

[dependencies]