tuxemon.cli.commands.shell module

class tuxemon.cli.commands.shell.ShellCommand[source]

Bases: CLICommand

Open python shell.

description: ClassVar[str] = 'Start interactive python shell.'
example: ClassVar[str] = 'shell'
invoke(ctx, line)[source]

Open a full python shell.

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] = 'shell'