5.3.1.24.5. cli.helpers.click_helpers

Miscellaneous helper functions.

Functions

echo([msg, nl])

Print a message to stdout.

recho(msg[, fg])

Print a colored message to stderr.

secho([msg, nl, fg])

Print a colored message to stdout.

set_logging_level_cb(ctx, param[, value])

Set the module logging level through a click option callback.

verbosity_option(fun)

Add a -v/--verbose Click option to a command function.