diff options
Diffstat (limited to 'src/command.h')
-rw-r--r-- | src/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h index 354f2ee..4a2c50b 100644 --- a/src/command.h +++ b/src/command.h @@ -16,3 +16,4 @@ COMMAND(echo); COMMAND(print); COMMAND_EMPTY(groups); COMMAND_EMPTY(user_id); +COMMAND(ls); |