Skip to main content

handle_default_options

Include any default options that all commands should accept here so that ManagementUtility can handle them before searching for user commands.

def handle_default_options(
options: object
) - > null

Include any default options that all commands should accept here so that ManagementUtility can handle them before searching for user commands.

Parameters

NameTypeDescription
optionsobjectAn object containing command-line configuration values, specifically checking for 'settings' and 'pythonpath' attributes.

Returns

TypeDescription
nullNothing is returned; the function modifies the environment and system path in-place.