mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 20:57:56 +08:00
De-dupe -d CLI option alias (#575)
removed from debug, diffexp gets to keep it
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user