_debug_command() { echo "<>" } # @yaml # signature: dummy_start # docstring: dummy_start() { _debug_command "SESSION=dummy" _debug_command "START" } # @yaml # signature: dummy_stop # docstring: dummy_stop() { _debug_command "SESSION=dummy" _debug_command "stop" _debug_command "STOP" } # @yaml # signature: dummy_send # docstring: dummy_send() { _debug_command "SESSION=dummy" _debug_command "send $@" }