From 3cf211d9ee1b68e5164722670a49e28def5fcccd Mon Sep 17 00:00:00 2001 From: Tad Hardesty Date: Thu, 12 Apr 2018 00:42:01 -0700 Subject: [PATCH] Add a proper description and name to cli --- src/cli/Cargo.toml | 1 + src/cli/main.rs | 1 + 2 files changed, 2 insertions(+) diff --git a/src/cli/Cargo.toml b/src/cli/Cargo.toml index 04526b19..dbeb68aa 100644 --- a/src/cli/Cargo.toml +++ b/src/cli/Cargo.toml @@ -2,6 +2,7 @@ name = "cli" version = "0.1.0" authors = ["Tad Hardesty "] +description = "BYOND map rendering and analysis tools powered by SpacemanDMM" [[bin]] name = "dmm-tools" diff --git a/src/cli/main.rs b/src/cli/main.rs index 81a2f905..9df82a85 100644 --- a/src/cli/main.rs +++ b/src/cli/main.rs @@ -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")]