generate_changelog.cli.echo

echo#

generate_changelog.cli.echo(message, quiet=False)[source]#

Display a message to the user.

Parameters:
  • message (str) – The message to send to the user

  • quiet (bool) – Do it quietly

Return type:

None