Use NC Talk Command via CLI

Hi,

is it possible to use a talk command via the command line?

Only configuration commands can currently be used on the command line.

> ./occ
Nextcloud 17.0.0

Usage:
  command [options] [arguments]

Options:
  -h, --help            Display this help message
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi            Force ANSI output
      --no-ansi         Disable ANSI output
  -n, --no-interaction  Do not ask any interactive question
      --no-warnings     Skip global warnings, show command output only
  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Available commands:
...
 talk
  talk:command:add                    Add a new command
  talk:command:add-samples            Adds some sample commands: /wiki, …
  talk:command:delete                 Remove an existing command
  talk:command:list                   List all available commands
  talk:command:update                 Add a new command
  talk:signaling:add                  Add an external signaling server.
  talk:signaling:delete               Remove an existing signaling server.
  talk:signaling:list                 List external signaling servers.
  talk:stun:add                       Add a new STUN server.
  talk:stun:delete                    Remove an existing STUN server.
  talk:stun:list                      List STUN servers.
  talk:turn:add                       Add a TURN server.
  talk:turn:delete                    Remove an existing TURN server.
  talk:turn:list                      List TURN servers.
...