|
|
@ -259,9 +259,9 @@ def main():
|
|
|
|
"light_gray", "none"]),
|
|
|
|
"light_gray", "none"]),
|
|
|
|
style=dict(default="none", choices=["underline", "reverse", "bold", "italic", "none"]),
|
|
|
|
style=dict(default="none", choices=["underline", "reverse", "bold", "italic", "none"]),
|
|
|
|
channel=dict(required=False),
|
|
|
|
channel=dict(required=False),
|
|
|
|
key=dict(),
|
|
|
|
key=dict(no_log=True),
|
|
|
|
topic=dict(),
|
|
|
|
topic=dict(),
|
|
|
|
passwd=dict(),
|
|
|
|
passwd=dict(no_log=True),
|
|
|
|
timeout=dict(type='int', default=30),
|
|
|
|
timeout=dict(type='int', default=30),
|
|
|
|
part=dict(type='bool', default=True),
|
|
|
|
part=dict(type='bool', default=True),
|
|
|
|
use_ssl=dict(type='bool', default=False)
|
|
|
|
use_ssl=dict(type='bool', default=False)
|
|
|
|