Back
Close

Syntax

All commands executed by the Tech.io infrastructure have to respect a format to be recognized as a valid command.

All commands have to be sent to the standard output stream and have to begin with a command token: TECHIO>

Commands respects the GNU long option syntax (arguments name prefixed with double hyphen --).

Example:

TECHIO> message --channel "out" hello world!

All other values sent to the standard output and standard error stream are interpreted as message command.

Available commands

  • annotate: Annotate the client code editor with margin marker and an associated message.
  • message: Prints a STRING message to a channel.
  • open: Opens an HTTP communication with the runner through a client
Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.
Go to tech.io