kcheck-cli 0.2.1

A utility for working with kernel configuration information.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "kcheck-cli"
version.workspace = true
license.workspace = true
authors.workspace = true
keywords.workspace = true
description = "A utility for working with kernel configuration information."
repository.workspace = true
edition.workspace = true

[dependencies]
clap.workspace = true
cli-table.workspace = true
kcheck = { version = "0.2", path = "../" }