We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b900c commit 7409619Copy full SHA for 7409619
src/codegen/cli/commands/run/run_local.py
@@ -37,7 +37,7 @@ def run_local(
37
# Parse codebase and run
38
repo_root = session.repo_path
39
40
- with Status("[bold]Parsing codebase...", spinner="dots") as status:
+ with Status(f"[bold]Parsing codebase at {repo_root} ...", spinner="dots") as status:
41
codebase = parse_codebase(repo_root)
42
status.update("[bold green]✓ Parsed codebase")
43
0 commit comments