De-dupe -d CLI option alias (#575)

removed from debug, diffexp gets to keep it
This commit is contained in:
Charlotte Weaver
2019-01-30 16:11:21 -08:00
committed by GitHub
parent 2df7161cd8
commit 1103272b95

View File

@@ -33,7 +33,7 @@ from server.app.util.utils import custom_format_warning
show_default=True,
help="Provide verbose output, including warnings and all server requests.",
)
@click.option("--debug", "-d", is_flag=True, default=False, show_default=True, help="Run in debug mode.")
@click.option("--debug", is_flag=True, default=False, show_default=True, help="Run in debug mode.")
@click.option(
"--open",
"-o",