[NET] Implement the group command

This commit is contained in:
Eric Kohl 2018-09-08 14:14:13 +02:00
parent 5e6810d5d2
commit 23a90aab5a
12 changed files with 408 additions and 1 deletions

View file

@ -25,7 +25,7 @@ COMMAND cmds[] =
{L"config", cmdConfig},
{L"continue", cmdContinue},
{L"file", unimplemented},
{L"group", unimplemented},
{L"group", cmdGroup},
{L"help", cmdHelp},
{L"helpmsg", cmdHelpMsg},
{L"localgroup", cmdLocalGroup},