func command, minor changes

This commit is contained in:
2022-02-04 18:00:23 +01:00
parent ed376b6f82
commit 7020493d53
3 changed files with 23 additions and 2 deletions

View File

@ -4,4 +4,5 @@ CMD_START = 'start'
CMD_STOP = 'stop'
CMD_STOP_ALL = 'stop_all'
CMD_SIZE = 'size'
CMD_FUNC = 'func'
CLIENT_EXIT = 'exit'