We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
localvar_inherit
1 parent fb130ad commit c7877e9Copy full SHA for c7877e9
completions/_udevadm
@@ -8,7 +8,7 @@ _comp_cmd_udevadm()
8
local cur prev words cword was_split comp_args
9
_comp_initialize -s -- "$@" || return
10
11
- local i udevcmd has_udevcmd=""
+ local i udevcmd="" has_udevcmd=""
12
for ((i = 1; i < cword; i++)); do
13
if [[ ${words[i]} != -* ]]; then
14
udevcmd=${words[i]}
0 commit comments