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