execute

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

Executes the refresh command.

Return

A CommandResult with the refreshed game state or an error message.

Parameters

args

Command arguments (unused for this command).

context

The current game context.