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
| Name | Type | Description |
|---|---|---|
| options | object | An object containing command-line configuration values, specifically checking for 'settings' and 'pythonpath' attributes. |
Returns
| Type | Description |
|---|---|
null | Nothing is returned; the function modifies the environment and system path in-place. |