halp 0.2.0

A CLI tool to get help with CLI tools 🐙
Documentation
[[bin]]
name = "halp-completions"
path = "src/bin/completions.rs"

[[bin]]
name = "halp-mangen"
path = "src/bin/mangen.rs"

[[bin]]
name = "halp-test"
path = "src/bin/test.rs"

[dependencies.clap]
features = ["derive", "env", "wrap_help"]
version = "4.5.7"

[dependencies.clap_complete]
version = "4.5.6"

[dependencies.clap_mangen]
version = "0.2.21"

[dependencies.colored]
version = "2.1.0"

[dependencies.console]
version = "0.15.8"

[dependencies.dialoguer]
default-features = false
version = "0.11.0"

[dependencies.dirs]
version = "5.0.1"

[dependencies.process_control]
version = "4.1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.203"

[dependencies.thiserror]
version = "1.0.61"

[dependencies.toml]
version = "0.8.14"

[dependencies.ureq]
version = "2.9.7"

[dev-dependencies.pretty_assertions]
version = "1.4.0"

[package]
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
categories = ["command-line-utilities"]
default-run = "halp"
description = "A CLI tool to get help with CLI tools 🐙"
edition = "2021"
homepage = "https://github.com/orhun/halp"
keywords = ["cli", "help"]
license = "MIT OR Apache-2.0"
name = "halp"
readme = "README.md"
repository = "https://github.com/orhun/halp"
rust-version = "1.74.1"
version = "0.2.0"

[profile.bench]
debug = 0
opt-level = 3

[profile.dev]
debug = 2
opt-level = 0
panic = "abort"

[profile.release]
codegen-units = 1
debug = 0
lto = true
opt-level = 3
panic = "unwind"
strip = true

[profile.test]
debug = 2
opt-level = 0