-
Notifications
You must be signed in to change notification settings - Fork 400
lvm: improve completions for lvremove
#1335
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
base: main
Are you sure you want to change the base?
Conversation
This is a fix for https://bugzilla.redhat.com/show_bug.cgi?id=2317249. You can test it by running |
I think we can add a test for |
It should have a completion for `/dev/mapper` path. Signed-off-by: Siteshwar Vashisht <[email protected]>
I fixed the commit message to follow Conventional Commits and added a test. |
When I run complete on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree the /dev/mapper/
entry with the space after it does not feel quite right. It is also there for unprivileged users, and each tab press inserts one every time.
It should have a completion for
/dev/mapper
path.