oco

Rust

--- ## ๐Ÿ“’ 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.