mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:23:07 +00:00
[NET] Implement the group command
This commit is contained in:
parent
5e6810d5d2
commit
23a90aab5a
12 changed files with 408 additions and 1 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue