fncmd 2.1.0

Command line interface as a function.
Documentation
[dependencies.clap]
features = ["derive"]
version = "4.2.4"

[dependencies.fncmd-impl]
version = "=2.1.0"

[dependencies.once_cell]
version = "1.17.1"
[dev-dependencies.trycmd]
features = ["examples"]
version = "0.14.16"

[lib]
doctest = false

[package]
authors = ["Sʜɪᴍᴜʀᴀ Yū <mail@yuhr.org>"]
categories = ["command-line-interface"]
description = "Command line interface as a function."
edition = "2021"
exclude = [".*", "rust-toolchain", "*.toml", "justfile"]
keywords = ["cli", "macro", "clap"]
license = "MPL-2.0"
name = "fncmd"
readme = "README.md"
repository = "https://github.com/yuhr/fncmd"
version = "2.1.0"