Command
Command.add_arguments
Command.generate_strong_password
Command.handle
Bases: BaseCommand
BaseCommand
Entry point for subclassed commands to add custom arguments.
Generate a secure password meeting complexity requirements.
The actual logic of the command. Subclasses must implement this method.