tuxemon.cli.commands.whereami module

class tuxemon.cli.commands.whereami.WhereAmICommand[source]

Bases: CLICommand

Display player map name.

description: ClassVar[str] = 'Print the filename of map where player is.'
example: ClassVar[str] = 'whereami'
invoke(ctx, line)[source]

Display player map

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

  • line (str) – Input text after the command name.

Return type:

None

name: ClassVar[str] = 'whereami'