®️Command registration
CommandRegistration commandRegistration = commandsModule.getCommandRegistration();commandRegistration.registerCommand(new MyCommand());commandRegistration.registerCommandWithTabCompleter(new MyCommand());Last updated
CommandRegistration commandRegistration = commandsModule.getCommandRegistration();commandRegistration.registerCommand(new MyCommand());commandRegistration.registerCommandWithTabCompleter(new MyCommand());Last updated