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.
2 parents 20b769b + 2a8cd61 commit b8ee83dCopy full SHA for b8ee83d
2 files changed
autocomplete/linux-enable-ir-emitter.bash
@@ -9,7 +9,7 @@ _linux-enable-ir-emitter() {
9
10
case "${prev}" in
11
"linux-enable-ir-emitter"|"-v"|"--verbose"|/dev/video*|"-w"|"--width"|"-t"|"--height")
12
- opts="-v --verbose -d --device -w --width -t --height run configure tweak test boot"
+ opts="-v --verbose -d --device -w --width -t --height run configure tweak test"
13
;;
14
"-d"|"--device")
15
opts="$(ls /dev/video*)"
autocomplete/linux-enable-ir-emitter.zsh
@@ -19,7 +19,7 @@ _linux-enable-ir-emitter() {
19
_describe 'devices' opts
20
21
level1)
22
- opts=("run" "configure" "tweak" "test" "boot")
+ opts=("run" "configure" "tweak" "test")
23
_describe 'commands' opts
24
25
level2)
0 commit comments