Skip to content

Commit

Permalink
Merge pull request #192 from EmixamPP/fix/autocomplete
Browse files Browse the repository at this point in the history
fix: remove boot command from autocomplete
  • Loading branch information
EmixamPP authored Sep 2, 2024
2 parents 20b769b + 2a8cd61 commit b8ee83d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autocomplete/linux-enable-ir-emitter.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _linux-enable-ir-emitter() {

case "${prev}" in
"linux-enable-ir-emitter"|"-v"|"--verbose"|/dev/video*|"-w"|"--width"|"-t"|"--height")
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"
;;
"-d"|"--device")
opts="$(ls /dev/video*)"
Expand Down
2 changes: 1 addition & 1 deletion autocomplete/linux-enable-ir-emitter.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ _linux-enable-ir-emitter() {
_describe 'devices' opts
;;
level1)
opts=("run" "configure" "tweak" "test" "boot")
opts=("run" "configure" "tweak" "test")
_describe 'commands' opts
;;
level2)
Expand Down

0 comments on commit b8ee83d

Please sign in to comment.