find_work.core.cli#
Console messages. |
|
Command line options implemented as a single object. |
|
Loadable plug-in interface. |
|
Components for displaying imformation to the console. |
Command line functionality.
- find_work.core.cli.colors_disabled_by_env() bool #
Check whether the user explicitly told to disable colors.
This function checks whether one of the environment variables —
NO_COLOR
orNOCOLOR
— is defined and is not an empty string.See also: https://no-color.org/
- Returns:
whether to disable colors