Feat: rename exam-analysis to dashboard

This commit is contained in:
Bertrand Benjamin 2021-02-23 16:10:16 +01:00
parent e1d3940e9d
commit d322452a6e
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ def new_exam():
@cli.command()
@click.option("--debug", default=0, help="Debug mode for dash")
def exam_analysis(debug):
def dashboard(debug):
dash.run_server(debug=bool(debug))