oco

Crates.iooco
lib.rsoco
version0.1.1
sourcesrc
created_at2023-07-21 05:24:00.629627
updated_at2023-07-21 05:28:58.539845
description 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.
homepage
repositoryhttps://github.com/boazy/oco
max_upload_size
id922120
size107,683
Boaz Yaniv (boazy)

documentation

README


oco

Rust


๐Ÿ“’ Table of Contents


๐Ÿ“ 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

oco --help

๐Ÿ“– Advanced Usage

TBD


๐Ÿ›  Development

๐Ÿ— Building from source

๐Ÿงช Running Tests

Just use cargo:

cargo test

๐Ÿ“„ License

This project is licensed under the MIT License License.

Commit count: 8

cargo fmt