Autocomplete Issues with File Paths in Argparse with Nested Subparsers
I’m encountering an issue with file path autocompletion in my Python script that uses the argparse
module with several nested subparsers. I have enabled autocompletion using argcomplete
, but instead of suggesting file paths, it suggests other optional parameters.