5.3.1.24.5.5. cli.helpers.click_helpers.verbosity_option

cli.helpers.click_helpers.verbosity_option(fun: FC) FC

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

Parameters:

fun – Click command function to decorate.

Returns:

Decorated command function.