You are not logged in.
Hi,
Like the title says, typing 'nmve' in a shell then pressing tab results in a new inline prompt
[cedric@modern15 ~]$ nvme [cedric@modern15 ~]$Cannot reproduce it with anything else. Is it a bug ?
Last edited by Cvlc (2021-11-24 14:37:27)
Offline
Aha, "A" shell.
Bash or zsh? (nvme-cli ships different completions for either)
Also what's your PS1 and do you use something like OMZ?
Offline
Sorry, it's standard bash.
PS1='\[\e[1m\][\u@\h \W]\$ \[\e[0m\]'Don't know what OMZ is
Last edited by Cvlc (2021-11-19 15:46:20)
Offline
Do you get the same behavior w/
nvme l # pressing tab should complete eg. "list"Edit: "Oh-My-Zsh" … is broken because I installed OMZ ![]()
Last edited by seth (2021-11-20 08:25:11)
Offline
Hi, sorry I was away
[cedric@modern15 ~]$ nvme l[cedric@modern15 ~]$same behavior with anything I type after nvme
I also tried restoring .bashrc to the skeleton file but it doesn't make any difference.
Last edited by Cvlc (2021-11-24 11:06:34)
Offline
Ok, tested. Happens in bash, the zsh autocompletion has a parsing error "_nvme:64: parse error near `>"
=> upstream bug for sure.
Offline
Ok, that's what I thought.
Should I report it at https://github.com/linux-nvme/nvme-cli/issues or the Arch bugtracker ?
Offline
https://github.com/linux-nvme/nvme-cli/issues - they deploy the autocompletion scripts.
Offline
Reported upstream
Offline