From 769457c165488fb8059ecb843a1c200f69dce95d Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Tue, 30 Jun 2020 08:54:52 +0200 Subject: Centralize scfg validation and use in minecctl to implement a lint command --- minecctl/minecctl-commands.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'minecctl/minecctl-commands.h') diff --git a/minecctl/minecctl-commands.h b/minecctl/minecctl-commands.h index e8bb132..b1729f0 100644 --- a/minecctl/minecctl-commands.h +++ b/minecctl/minecctl-commands.h @@ -4,6 +4,7 @@ enum commands { CMD_INVALID = 0, CMD_LIST, + CMD_LINT, CMD_STATUS, CMD_PING, CMD_STOP, @@ -21,6 +22,10 @@ static struct command_list { .name = "list", .cmd = CMD_LIST, }, + { + .name = "lint", + .cmd = CMD_LINT, + }, { .name = "status", .cmd = CMD_STATUS, -- cgit v1.2.3