From d322452a6e5a0d487ea167937d74a215ab4b8d64 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 23 Feb 2021 16:10:16 +0100 Subject: [PATCH] Feat: rename exam-analysis to dashboard --- recopytex/scripts/recopytex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recopytex/scripts/recopytex.py b/recopytex/scripts/recopytex.py index 504c59a..7ec90de 100644 --- a/recopytex/scripts/recopytex.py +++ b/recopytex/scripts/recopytex.py @@ -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))