fix cli command type checker (#1114)

This commit is contained in:
XianBW
2025-07-23 19:43:25 +08:00
committed by GitHub
parent 0c3d0cd327
commit bbb008c95e
4 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ from rdagent.log.mle_summary import grade_summary as grade_summary
app = typer.Typer()
def ui(port=19899, log_dir="", debug=False, data_science=False):
def ui(port=19899, log_dir="", debug: bool = False, data_science: bool = False):
"""
start web app to show the log traces.
"""