Skip to content

Commit

Permalink
Add new --term-center to bash completions
Browse files Browse the repository at this point in the history
  • Loading branch information
Talinx committed Sep 22, 2024
1 parent df804f1 commit 8f4d305
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions completion/bash/jp2a
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ _jp2a()
--grayscale --html --htmlls --xhtml --html-fill --html-no-bold --html-raw --border
--invert --background= --flipx --flipy --version --width= --height=
--red= --green= --blue= --html-fontsize= --size= --term-zoom
--term-height --term-width --term-fit --output= --html-title= --chars=
--edge-threshold= --edges-only"
--term-center --term-height --term-width --term-fit --output= --html-title=
--chars= --edge-threshold= --edges-only"
case $cur in
--*)
COMPREPLY=( $(compgen -W "${OPTS}" -- $cur) )
Expand All @@ -27,4 +27,4 @@ _jp2a()
}
complete -F _jp2a -o nospace jp2a

# ex: filetype=sh
# ex: filetype=sh

0 comments on commit 8f4d305

Please sign in to comment.