cliargs 0.5.1

Parses command line arguments and prints the help.
Documentation
[dependencies.cliargs_derive]
version = "0.1"

[dependencies.linebreak]
version = "0.3"

[dev-dependencies.trybuild]
version = "1.0"

[lib]
name = "cliargs"
path = "src/lib.rs"

[package]
authors = ["Takayuki Sato <sttk.xslet@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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.5.1"

[[test]]
name = "help_test"
path = "tests/help_test.rs"

[[test]]
name = "parse_for_test"
path = "tests/parse_for_test.rs"

[[test]]
name = "parse_test"
path = "tests/parse_test.rs"

[[test]]
name = "parse_with_test"
path = "tests/parse_with_test.rs"