options property

List<CommandOption> options
latefinal

If the option is a subcommand or subcommand group type, this nested options will be the parameters

Implementation

late final List<CommandOption> options;