resolvedOptions property Null safety

CommandOptions resolvedOptions

Get the resolvec options for this child.

Since ICommandRegisterable implements IOptions, any class implementing this interface can provide options. However, since options are designed to be inherited, this getter provides a quick way to access options merged with those of this child's parent, if any.

You might also be interested in:

  • options, for getting the options unique to this child.

Implementation

CommandOptions get resolvedOptions;