args property

List<String>? args
getter/setter pair

Command line arguments to be passed to the Python task.

Implementation

core.List<core.String>? args;