fncmd 1.2.2

Command line interface as a function.
[package]
name = "fncmd"
version = "1.2.2"
license = "MPL-2.0"
authors = ["Yu Shimura <mail@yuhr.org>"]
description = "Command line interface as a function."
readme = "README.md"
repository = "https://github.com/yuhr/fncmd"
categories = ["command-line-interface"]
keywords = ["cli", "macro", "clap"]
edition = "2021"
exclude = [".*", "rust-toolchain", "rustfmt.toml", "release.toml", "justfile"]

[dependencies]
clap = { version = "3.0.7", features = ["derive"] }
fncmd-impl = { path = "impl", version = "=1.2.2" }

[workspace]
members = ["impl"]

[dev-dependencies]
git_hooks = "0.1.3"