summaryrefslogtreecommitdiff
path: root/minecctl/minecctl-commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'minecctl/minecctl-commands.h')
-rw-r--r--minecctl/minecctl-commands.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/minecctl/minecctl-commands.h b/minecctl/minecctl-commands.h
index f50bc6c..b8a40a6 100644
--- a/minecctl/minecctl-commands.h
+++ b/minecctl/minecctl-commands.h
@@ -6,6 +6,7 @@ enum commands {
CMD_INVALID = 0,
CMD_INIT,
CMD_NEW,
+ CMD_DELETE,
CMD_LIST,
CMD_LINT,
CMD_INFO,
@@ -30,6 +31,10 @@ static struct command_list {
.cmd = CMD_NEW,
},
{
+ .name = "delete",
+ .cmd = CMD_DELETE,
+ },
+ {
.name = "list",
.cmd = CMD_LIST,
},