Skip to content
Ryan Newington edited this page May 27, 2016 · 1 revision

<send> element

An async-command can contain multiple <send> elements which define a string to send to the standard input of the remote server. In contrast to send-when elements, the <send> element sends the string immediately without waiting for any data to be received from the server.

The inner text of the element contains the value to send. Value declarations are supported for some operation types. See value declarations for details.

Example

<send>{dn:$1}</send>
Clone this wiki locally