mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Allow notification interface to not wrap text (#3728)
This commit is contained in:
@@ -365,12 +365,13 @@ class IInstaller(IPlugin):
|
||||
class IDisplay(zope.interface.Interface):
|
||||
"""Generic display."""
|
||||
|
||||
def notification(message, pause):
|
||||
def notification(message, pause, wrap=True):
|
||||
"""Displays a string message
|
||||
|
||||
:param str message: Message to display
|
||||
:param bool pause: Whether or not the application should pause for
|
||||
confirmation (if available)
|
||||
:param bool wrap: Whether or not the application should wrap text
|
||||
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user