We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lvremove
1 parent 92f558d commit 2520747Copy full SHA for 2520747
completions/lvm
@@ -33,6 +33,8 @@ _comp_cmd_lvm__logicalvolumes()
33
for i in "${!COMPREPLY[@]}"; do
34
[[ ${COMPREPLY[i]} == */control ]] && unset -v 'COMPREPLY[i]'
35
done
36
+ elif [[ $cur == /d* ]]; then
37
+ COMPREPLY+="/dev/mapper"
38
fi
39
}
40
0 commit comments