2.1.22.2. cli.helpers.click_helpers

Miscellaneous helper functions.

Functions

echo([msg, nl])

Print to stdout using click's 'echo'.

recho(msg[, fg])

Print to stderr using click's 'secho'.

secho([msg, nl])

Print to stdout using click's 'secho'.

set_logging_level_cb(ctx, param[, value])

Set the module logging level through a click option callback.

verbosity_option(fun)

Add a verbosity option to click commands.