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 aa3a9ed commit 69ea248Copy full SHA for 69ea248
src/repl_python_wakatime/utils/project.py
@@ -9,7 +9,7 @@ def get_project(
9
filenames: list[str] = [".git"],
10
detect_func: Callable[[str], bool] = os.path.isdir,
11
) -> str:
12
- """Get project.
+ """Get project. Its function is like ``git rev-parse --show-toplevel``.
13
14
If ``.git`` is a directory, use current directory. If not, detect its
15
parent directory. If its parent directory is itself (which means it is the
0 commit comments