find_work.core.cli#

find_work.core.cli.messages

Console messages.

find_work.core.cli.options

Command line options implemented as a single object.

find_work.core.cli.plugins

Loadable plug-in interface.

find_work.core.cli.widgets

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 or NOCOLOR — is defined and is not an empty string.

See also: https://no-color.org/

Returns:

whether to disable colors