cok 0.1.13

A simple to use, efficient, Command Line Argument Parser
Documentation
{
    "name":"cargo",
    "version":"1.0.0",
    "authors":["andrew <dnrops@anonymous.com>","ryan <rysn@gmail.com>"],
    "description":"Rust's package manager",
    "options":[
        {
            "name":"--version",
            "short":"V",
            "description":"Print version info and exit"
        }
    ],
    "commands":[
        {
                "name":"build",
                "short":"b",
                "description":"Compile the current package"
        }
    ]
}