mirror of
https://github.com/SpaceManiac/SpacemanDMM.git
synced 2025-12-23 05:36:47 +00:00
Add a proper description and name to cli
This commit is contained in:
parent
9bf2d9c9fb
commit
3cf211d9ee
2 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue