commandy 0.1.2

easy parsing of command line arguments
Documentation
[package]
name = "commandy"
version = "0.1.2"
edition = "2021"
authors = ["Bernard van Gastel <bvgastel@bitpowder.com>"]
homepage = "https://www.bitpowder.com/libs/indigo/"
license = "Apache-2.0"
keywords = ["commandline", "parsing", "tiny"]
categories = ["data-structures", "parser-implementations", "command-line-interface"]
description = "easy parsing of command line arguments"

[dependencies]
buildinfy = { version = "^0.1", path = "../buildinfy" }
commandy_macros = { version = "^0.1", path = "../commandy_macros" }

[package.metadata.deb]
depends = ""
assets = [
    ["commandytester.1", "usr/man/man1/", "644"],
]