lintel-cli-common 0.0.2

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
[package]
name = "lintel-cli-common"
version = "0.0.2"
edition.workspace = true
authors.workspace = true
description = "Shared CLI global options for Lintel command-line tools"
license.workspace = true
repository.workspace = true
homepage.workspace = true
keywords = ["json-schema", "validation", "linter", "cli"]
categories = ["command-line-utilities", "development-tools"]

[lints]
workspace = true

[dependencies]
bpaf = { version = "0.9", features = ["derive", "bright-color"] }