clt 0.0.6

Rust crate for efficiently creating command line applications.
Documentation
1
2
3
4
5
6
7
8
// Test the basic functionality.
// Copyright (c) 2015 by Shipeng Feng.
// Licensed under the BSD License, see LICENSE for more details.

#[test]
fn foo() {
    assert!(true);
}