commands property

List<KhademCommand> get commands

Get all registered commands (core + custom).

Implementation

List<KhademCommand> get commands => [..._coreCommands, ..._customCommands];