Bases: BaseCommand
BaseCommand
Entry point for subclassed commands to add custom arguments.
The actual logic of the command. Subclasses must implement this method.
Command
Command.add_arguments()
Command.handle()
Command.help