argv property

List<String> argv
final

Resolved argv fragment — typically [flag, value]. May be longer if a tool's documented shape requires multiple prefix flags.

Implementation

final List<String> argv;