PrintCommand
- class commands2.PrintCommand(*args, **kwargs)[source]
Bases:
InstantCommand
A command that prints a string when initialized.
Creates a new a PrintCommand.
- Parameters:
message – the message to print
Bases: InstantCommand
A command that prints a string when initialized.
Creates a new a PrintCommand.
message – the message to print