options property

  1. @override
Iterable<String> get options

The names of the available options.

Includes the options whose values were parsed or that have defaults. Options that weren't present and have no default are omitted.

Implementation

@override
Iterable<String> get options => _argResults.options;