tuxemon.cli.commands.quit module

class tuxemon.cli.commands.quit.QuitCommand[source]

Bases: CLICommand

Quit the game.

description: ClassVar[str] = 'Quit the game.'
example: ClassVar[str] = 'quit'
invoke(ctx, line)[source]

Quit the game.

Parameters:
  • ctx (InvokeContext) – Contains references to parts of the game and CLI interface.

  • line (str) – Complete text as entered into the prompt.

Return type:

None

name: ClassVar[str] = 'quit'