doc: document command parsing rules for the service

This commit is contained in:
Simon Ser 2023-01-09 18:31:19 +01:00
parent bd4aee3f31
commit 6734c5f8f0
1 changed files with 4 additions and 0 deletions

View File

@ -178,6 +178,10 @@ Commands can be sent via regular private messages
abbreviated form, for instance *network* can be abbreviated as *net* or just
*n*.
Commands are parsed according the POSIX shell rules. In particular, words can
be quoted (via double or single quotes) and a backslash escapes the next
character.
*help* [command]
Show a list of commands. If _command_ is specified, show a help message for
the command.