[![Tests](https://github.com/cnpryer/log-cli/actions/workflows/build.yml/badge.svg)](https://github.com/cnpryer/log-cli/actions/workflows/build.yml) [![](https://img.shields.io/crates/v/log-cli.svg)](https://crates.io/crates/log-cli) # log-cli Command line interface for log files. ## Installation To install `log-cli` run: ```console $ cargo install log-cli ``` ## Usage `log-cli` can be used to interact with log files from the command line. ```console $ log-cli arguments... ``` For more see [the docs](https://docs.rs/log-cli) or run `log-cli --help`.