ocli 0.1.0

A simple, opinionated logger for command line tools
Documentation
[dependencies.ansi_term]
version = "0.12"

[dependencies.atty]
version = "0.2"

[dependencies.log]
features = ["std"]
version = "0.4"

[package]
authors = ["Gaƫtan Lehmann <gaetan.lehmann@gmail.com>"]
description = "A simple, opinionated logger for command line tools"
documentation = "https://github.com/glehmann/ocli.git"
edition = "2021"
homepage = "https://github.com/glehmann/ocli.git"
keywords = ["terminal", "log", "logger", "logging", "cli"]
license = "MIT"
name = "ocli"
readme = "README.md"
repository = "https://github.com/glehmann/ocli.git"
version = "0.1.0"