<div align="center">
<h1 align="center">
<br>oco
</h1>
<p align="center">
<img src="https://img.shields.io/badge/Rust-000000.svg?style&logo=Rust&logoColor=white" alt="Rust" />
</p>
</div>
---
## ๐ Table of Contents
- [๐ Overview](#-overview)
- [๐ Getting Started](#-getting-started)
- [๐ฆ Installation](#-installation)
- [๐ฎ Using oco](#-using-oco)
- [๐ Advanced Usage](#-advanced-usage)
- [๐ Development](#-development)
- [๐๏ธ Building from source](#-building-from-source)
- [๐งช Running Tests](#-running-tests)
- [๐ License](#-license)
---
## ๐ Overview
`oco` is a CLI option processor. It lets you parse and manipulate the values of
CLI options before pushing them to another command.
---
## ๐ Getting Started
### ๐ฆ Installation
TBD
### ๐ฎ Using oco
```sh
oco --help
```
---
## ๐ Advanced Usage
TBD
---
## ๐ Development
### ๐ Building from source
### ๐งช Running Tests
Just use cargo:
```sh
cargo test
```
---
## ๐ License
This project is licensed under the [MIT License](LICENSE) License.