// Rust command line utility.
// Copyright (c) 2015 by Shipeng Feng.
// Licensed under the BSD License, see LICENSE for more details.
//! Cli is a Rust crate for creating beautiful command line applications.
extern crate getopts;
/* public api */
pub use sprintln;
pub use ;