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