oco 0.1.1

A command-line option processor that lets you parse and manipulate the values of command-line options specified in GNU or POSIX formats, before pushing them to another command.

<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.