kommand 0.0.0

Command-line arguments via function arguments
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.proc-macro2]
features = ["nightly"]
version = "1.0.2"

[dependencies.pulldown-cmark]
version = "0.8.0"

[dependencies.quote]
version = "1.0.2"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "1.0.54"

[dev-dependencies]

[lib]
proc-macro = true

[package]
authors = ["Dan Gohman <dev@sunfishcode.online>"]
categories = ["command-line-interface", "command-line-utilities", "parsing", "rust-patterns"]
description = "Command-line arguments via function arguments"
edition = "2018"
keywords = ["cli", "macro", "main", "parser"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "kommand"
readme = "README.md"
repository = "https://github.com/sunfishcode/nameless"
version = "0.0.0"