cliargs 0.2.0

Parses command line arguments and prints the help.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]
[dev-dependencies.trybuild]
version = "1.0"

[package]
authors = ["Takayuki Sato <sttk.xslet@gmail.com>"]
categories = ["command-line interface"]
description = "Parses command line arguments and prints the help."
documentation = "https://docs.rs/cliargs"
edition = "2021"
keywords = ["cli", "command", "line", "argument", "parse"]
license = "MIT"
name = "cliargs"
readme = "README.md"
repository = "https://github.com/sttk/cliargs-rust"
rust-version = "1.74.1"
version = "0.2.0"