domain_status_cli 0.1.21

CLI definition for domain_status (single source of truth for completions and man page)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "domain_status_cli"
version = "0.1.21"
edition = "2021"
description = "CLI definition for domain_status (single source of truth for completions and man page)"
license = "MIT"
repository = "https://github.com/alexwoolford/domain_status"
homepage = "https://github.com/alexwoolford/domain_status"
documentation = "https://docs.rs/domain_status"
publish = true

[dependencies]
clap = { version = "^4.5", features = ["derive", "env"] }
clap-verbosity-flag = "3.0"