hst-cli 0.2.0

Opinionated helpers for command-line applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "hst-cli"
authors = ["Travis Brown <travisrobertbrown@gmail.com>"]
homepage = "https://github.com/travisbrown/hassreden-tracker"
repository = "https://github.com/travisbrown/hassreden-tracker"
description = "Opinionated helpers for command-line applications"
keywords = ["cli"]
license-file = "../../LICENSE"
readme = "../../README.md"
version = "0.2.0"
edition = "2021"

[dependencies]
clap = { version = "3", features = ["derive"] }
log = "0.4"
simplelog = "0.12"