commands property

List<String> commands
final

The command(s) that were parsed before discovering the error.

This will be empty if the error was on the root parser.

Implementation

final List<String> commands;