script property

String? script
final

The script to execute (renamed from commandText for consistency with YAML) Can be null if this command only has switches

Implementation

final String? script;