outputFormat property
Output format for command execution results.
Specifies the format for command output and response data. Useful for parsing results and integration with automation tools.
Supported formats:
normal- Human-readable text outputxml- Structured XML formatjson- JSON format for programmatic parsing
Default: "normal"
Implementation
final String? outputFormat;