axe-cli 0.3.0

axe - Argument execute is xargs alternative that focus on arguments processing and ordering.
Documentation
[[bin]]
name = "axe"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.logos]
version = "0.14"

[dependencies.thiserror]
version = "1.0"

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

[package]
authors = ["Jacek Kurlit"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "axe - Argument execute is xargs alternative that focus on arguments processing and ordering."
edition = "2021"
keywords = ["terminal", "xargs", "linux", "system", "command"]
license-file = "LICENSE"
name = "axe-cli"
readme = "README.md"
repository = "https://github.com/jacek-kurlit/axe"
version = "0.3.0"

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