aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-11-17 12:58:01 +0100
committerThomas Letan <lthms@soap.coffee>2020-11-17 12:58:01 +0100
commit51c74eb772b7ecbd8fd6673a8f0c9f4ed3d7ab56 (patch)
treec3b737488419b7d2eb46d6cf624500c878723682
parentAdd the wc subcommand (diff)
Remove the useless “build” command
-rw-r--r--app/src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main.rs b/app/src/main.rs
index b2eeab7..9ea145b 100644
--- a/app/src/main.rs
+++ b/app/src/main.rs
@@ -119,7 +119,6 @@ fn main_with_error() -> Result<(), Error> {
.long("output"),
),
)
- .subcommand(SubCommand::with_name("build").about("Build a celtchar document"))
.subcommand(SubCommand::with_name("deps").about("List dependencies of a celtchar document"))
.get_matches();