Skip to content

command

Source

Run system commands.

Inputs

Name Type Default Required Description
command str True A shell command.
ignore_error bool False True Ignore errors.
multiline bool False True Don't automatically breakup lines
system bool False True Use python's os.system command instead of popen based stream reader.

Arguments

Position Argument Type
1 command str

Returns

Any

Examples

Basic

The most minimal implementation.

command_example->: command echo 'here'