Skip to content

Commit b8ee83d

Browse files
authored
Merge pull request #192 from EmixamPP/fix/autocomplete
fix: remove boot command from autocomplete
2 parents 20b769b + 2a8cd61 commit b8ee83d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

autocomplete/linux-enable-ir-emitter.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ _linux-enable-ir-emitter() {
99

1010
case "${prev}" in
1111
"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"
12+
opts="-v --verbose -d --device -w --width -t --height run configure tweak test"
1313
;;
1414
"-d"|"--device")
1515
opts="$(ls /dev/video*)"

autocomplete/linux-enable-ir-emitter.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _linux-enable-ir-emitter() {
1919
_describe 'devices' opts
2020
;;
2121
level1)
22-
opts=("run" "configure" "tweak" "test" "boot")
22+
opts=("run" "configure" "tweak" "test")
2323
_describe 'commands' opts
2424
;;
2525
level2)

0 commit comments

Comments
 (0)