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 020d5e8 commit 3a9dc5dCopy full SHA for 3a9dc5d
graphrag/cli/main.py
@@ -31,7 +31,9 @@
31
32
33
# A workaround for typer's lack of support for proper autocompletion of file/directory paths
34
-# For more detail, see https://github.com/fastapi/typer/discussions/682
+# For more detail, watch
35
+# https://github.com/fastapi/typer/discussions/682
36
+# https://github.com/fastapi/typer/issues/951
37
def path_autocomplete(
38
file_okay: bool = True,
39
dir_okay: bool = True,
0 commit comments