Add a proper description and name to cli

This commit is contained in:
Tad Hardesty 2018-04-12 00:42:01 -07:00
parent 9bf2d9c9fb
commit 3cf211d9ee
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
name = "cli"
version = "0.1.0"
authors = ["Tad Hardesty <tad@platymuus.com>"]
description = "BYOND map rendering and analysis tools powered by SpacemanDMM"
[[bin]]
name = "dmm-tools"

View file

@ -73,6 +73,7 @@ impl Context {
}
#[derive(StructOpt, Debug)]
#[structopt(name="dmm-tools")]
struct Opt {
/// The environment file to operate under.
#[structopt(short="e", long="env", default_value="tgstation.dme")]