supportedFlags property

Map<String, String>? supportedFlags
getter/setter pairinherited

Any flags that are supported and a description of their purpose. Your command can leverage flags outside of the supported flags, but this provides a way to document what flags are available for autogenerated help text.

Implementation

Map<String, String>? supportedFlags;