options property

List<CommandOption>? options
final

If this option is a subcommand, the options of the subcommand.

Implementation

final List<CommandOption>? options;