Skip to content

"Read Command Line" Activator

olitank edited this page Nov 28, 2025 · 3 revisions

Activates the plan upon receiving a command line provided via standard system input (or the console).

Enabled

Enables/disables the activator.

Prompt

Optionally provides a text that will be displayed to indicate that the program is ready to accept new commands.

(Plan Input)

inputLine

Corresponds to the text contained in the command line (without the trailing newline character).

(Plan Output)

result

Allows to optionally specify the content of the text that will be returned by the command and sent to the standard system output (or the console).

Clone this wiki locally