outputFormat property

String? outputFormat
final

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 output
  • xml - Structured XML format
  • json - JSON format for programmatic parsing

Default: "normal"

Implementation

final String? outputFormat;