mod cmd;
mod locations;
mod manifest;
use cmdparsing::cmd;
cmd! {
help: cmd::HELP;
cmd::package => "package" | "pkg",
cmd::extract => "extract",
cmd::install => "install" | "i",
cmd::setup => "setup",
cmd::list => "list",
cmd::remove => "remove"|"r",
cmd::uninstall => "uninstall",
cmd::open => "open",
}