5.3.1.24.5.1. cli.helpers.click_helpers.echo

cli.helpers.click_helpers.echo(msg: str | bytes | None = None, nl: bool = True) None

Print a message to stdout.

Parameters:
  • msg – Message to print.

  • nl – Whether to append a trailing newline.