Add yaml-editor documentation.

This commit is contained in:
Pawan Singh Pal
2018-11-29 21:01:27 +05:30
parent 89a0a3c487
commit 6c8533c9a1
5 changed files with 70 additions and 4 deletions

View File

@@ -105,7 +105,7 @@ def run(*args, **kwargs):
default='0.0.0.0',
type=click.STRING,
multiple=False,
help="Optional port parameter to run Flask on."
help="Optional host parameter to run Flask on."
)
@click.option(
'--port',