-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
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
Fish completion not working as expected #8829
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Comments
openshift-ci-robot
added
the
kind/bug
Categorizes issue or PR as related to a bug.
label
Dec 24, 2020
@Luap99 @edsantiago PTAL |
@pastalian Thanks for reaching out. Podman does not create the shell scripts they are auto generated by the spf13/cobra library. I will debug this and open a issue there. |
A friendly reminder that this issue had no activity for 30 days. |
Luap99
pushed a commit
to Luap99/libpod
that referenced
this issue
Jan 24, 2021
Update the completion script like spf13/cobra#1249. [NO TESTS NEEDED] Fixes containers#8829 Signed-off-by: Paul Holzinger <[email protected]>
iwita
pushed a commit
to iwita/podman
that referenced
this issue
Jan 26, 2021
Update the completion script like spf13/cobra#1249. [NO TESTS NEEDED] Fixes containers#8829 Signed-off-by: Paul Holzinger <[email protected]>
github-actions
bot
added
the
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
label
Sep 22, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Fish completion will not work if the command is prefixed with a space.
Steps to reproduce the issue:
In fish shell, type
<SPACE>podman<SPACE>
Press TAB
Describe the results you received:
Fish shows file completion
Describe the results you expected:
Fish shows command completion
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: