Skip to main content

execute_from_command_line

Run a ManagementUtility.

def execute_from_command_line(
argv: list = None
) - > null

Run a ManagementUtility.

Parameters

NameTypeDescription
argvlist = NoneA list of command-line arguments, typically sys.argv, used to determine which management command to run and with what options.

Returns

TypeDescription
nullThis function does not return a value; it executes the command-line utility logic directly.