assert_cli 0.4.0

Test CLI Applications.
Documentation
extern crate skeptic;

fn main() {
    skeptic::generate_doc_tests(&["README.md"]);
}