lintel-cli-common 0.0.5

Shared CLI global options for Lintel command-line tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "lintel-cli-common"
version = "0.0.5"
authors.workspace = true
categories = ["command-line-utilities", "development-tools"]
edition.workspace = true
homepage.workspace = true
keywords = ["json-schema", "validation", "linter", "cli"]
license.workspace = true
repository.workspace = true
description = "Shared CLI global options for Lintel command-line tools"

[lints]
workspace = true

[dependencies]
bpaf = { workspace = true, features = ["bright-color"] }
humantime = "2.3.0"