cmdkit 0.1.1

Core library for CLI tools, providing common functionality and utilities for building command-line applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "cmdkit"
version = "0.1.1"
edition = "2024"
description = "Core library for CLI tools, providing common functionality and utilities for building command-line applications."
license = "GPL-3.0-or-later"
repository = "https://github.com/JackLanger/CMDkit"
documentation = "https://docs.rs/cmdkit"
keywords = ["cli", "command", "framework", "parser"]
categories = ["command-line-interface", "command-line-utilities"]
readme = "README.md"

[[bin]]
name = "wrapper_probe"
path = "src/bin/wrapper_probe.rs"


[dependencies]