执行 Python 脚本时 Tab 自动完成功能不起作用

执行 Python 脚本时 Tab 自动完成功能不起作用

Tab 自动完成/双击 Tab 不显示文件或自动完成文件,仅在使用 argparse 参数执行 python 脚本时显示文件夹。

预期行为:

python ~/scripts/script.py -arg `~/folder/folder_with_files_and_more_folders/`

“标签标签”

list of files and folders/autocompletes if I give enough of the file name

怎么了:

python ~/scripts/script.py -arg `~/folder/folder_with_files_and_more_folders/`

“标签标签”

list of folders

提前致谢

相关内容