We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Completion for an executable from a file path doesn't work with sudo:
$ stat ./bin/test-script.sh File: ./bin/test-script.sh Size: 0 Blocks: 0 IO Block: 4096 regular empty file Device: 252,1 Inode: 16401316 Links: 1 Access: (0775/-rwxrwxr-x) Uid: ( 1000/ ubuntu) Gid: ( 1000/ ubuntu) Access: 2024-07-25 09:47:05.925878165 +0930 Modify: 2024-07-25 09:47:05.925878165 +0930 Change: 2024-07-25 09:47:08.749471334 +0930 Birth: 2024-07-25 09:47:05.925397352 +0930 $ sudo ./bin/test <-- press tab NO RECORDS FOUND
Completion works fine for executables on the PATH.
sudo completion should include file paths to executables too.
No response
3dab9d3
The text was updated successfully, but these errors were encountered:
Awesome, thanks for addressing! 😁
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Current Behavior
Completion for an executable from a file path doesn't work with sudo:
Completion works fine for executables on the PATH.
Expected Behavior
sudo completion should include file paths to executables too.
Steps To Reproduce
No response
Version
3dab9d3
OS
Shell
Anything else?
No response
Polar
The text was updated successfully, but these errors were encountered: