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 16cf511..f50bc6c 100644
--- a/minecctl/minecctl-commands.h
+++ b/minecctl/minecctl-commands.h
@@ -5,6 +5,7 @@
enum commands {
CMD_INVALID = 0,
CMD_INIT,
+ CMD_NEW,
CMD_LIST,
CMD_LINT,
CMD_INFO,
@@ -25,6 +26,10 @@ static struct command_list {
.cmd = CMD_INIT,
},
{
+ .name = "new",
+ .cmd = CMD_NEW,
+ },
+ {
.name = "list",
.cmd = CMD_LIST,
},