Initial value:
2 Provide a shell used to send interactive commands to a zmq filter.
4 The command assumes there is a running zmq or azmq filter acting as a
7 You can send a command to it, follwing the syntax:
8 TARGET COMMAND [COMMAND_ARGS]
10 * TARGET is the target filter identifier to send the command to
11 * COMMAND is the name of the command sent to the filter
12 * COMMAND_ARGS is the optional specification of command arguments
14 See the zmq/azmq filters documentation for more details, and the
15 zeromq documentation at:
Definition at line 9 of file zmqshell.py.