Skip to content

Commit 3a9dc5d

Browse files
committed
update comment
1 parent 020d5e8 commit 3a9dc5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

graphrag/cli/main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131

3232

3333
# 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
34+
# For more detail, watch
35+
# https://github.com/fastapi/typer/discussions/682
36+
# https://github.com/fastapi/typer/issues/951
3537
def path_autocomplete(
3638
file_okay: bool = True,
3739
dir_okay: bool = True,

0 commit comments

Comments
 (0)