clap_bash 0.0.1

Clap argument parsing for bash-builtins.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "clap_bash"
version="0.0.1"
edition="2024"
license="Apache-2.0"
description="Clap argument parsing for bash-builtins."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bash-builtins = "0.4.1"
clap = { version = "4.5.50", default-features = false, features = ["std"] }