Feat: rename exam-analysis to dashboard
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user