iq-cli 0.1.0

Cargo-like colored command-line interfaces
Documentation

iq-cli: Crate for making Cargo-like command-line interfaces

Crate Docs Build Status Apache 2.0 Licensed

This crate contains reusable components for building Cargo-like command-line interfaces which can selectively enable colored output when a TTY is available.

License

The iq-cli crate is distributed under the terms of the Apache License (Version 2.0).

Parts of this code were taken from the Cargo project, which is copyright The Rust Project Developers, and dual licensed under the MIT and Apache 2.0 licenses. However, at least for now we are only making our codebase available under the Apache 2.0 license.

See LICENSE file in the iqlusion-io/crates toplevel directory for more information.