lintel-cli-common 0.0.2

Shared CLI global options for Lintel command-line tools
Documentation
# lintel-cli-common

[![Crates.io](https://img.shields.io/crates/v/lintel-cli-common.svg)](https://crates.io/crates/lintel-cli-common)
[![docs.rs](https://docs.rs/lintel-cli-common/badge.svg)](https://docs.rs/lintel-cli-common)
[![CI](https://github.com/lintel-rs/lintel/actions/workflows/ci.yml/badge.svg)](https://github.com/lintel-rs/lintel/actions/workflows/ci.yml)
[![License](https://img.shields.io/crates/l/lintel-cli-common.svg)](https://github.com/lintel-rs/lintel/blob/master/LICENSE)

Shared CLI global options for Lintel command-line tools

## Features

Shared CLI option types for [Lintel](https://github.com/lintel-rs/lintel) binaries:

- `--colors off|force` — control ANSI color output
- `-v, --verbose` — enable verbose diagnostics
- `--log-level none|debug|info|warn|error` — set log verbosity

## License

Apache-2.0