Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Executes the script with the given arguments.

Parameters

Parameter name

Type

Required

Description

script

string

Yes

The script Script to be executed.

argsstring[]YesThe arguments Arguments for the script.

Return type

string[]

The output of the script 

...

Note
  1. If you don't need/have any arguments, pass an empty string for the args parameter.
  2. You need to do perform all the necessary escapes.

...