ListGamesCmd

object ListGamesCmd : CommandImpl<Game>

Debug command to list all available saved games.

This is a development-only command that displays all game files in the saves folder. Useful for debugging and manual testing to see which games are available to load.

Usage: listgames or lg (available only with --debug flag)

Properties

Link copied to clipboard
open override val info: CommandInfo

Functions

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

Executes the list games command.