Ask a question to get started
Enter to send•Shift+Enter new line
find_project_root( start_path: str | Path | None = None, ) -> Path
start_path
str | Path | None
None
Find the project root by looking for git metadata.
Directory to start searching from. Defaults to current working directory.