globalResults property
ArgResults?
globalResults
final
Optional command line arguments results from the global CLI parser
- Used for accessing CLI flags and options
- Can be null if no CLI arguments are provided
Implementation
final ArgResults? globalResults;