execute

open override fun execute(vararg args: String, context: Game?): CommandResult<Game>

Executes the list games command.

Return

A CommandResult with the list of available games or an error message.

Parameters

args

Command arguments (unused for this command).

context

The current game context (used to access configuration).