updated and descriptions for arguments and choices added
deprecated arguments removed bug fix: typo "_init_completion" instead of "_init_completions"
This commit is contained in:
@@ -28,7 +28,7 @@ _ocrmypdf()
|
||||
local cur prev cword words split
|
||||
|
||||
# Homebrew on Macs have version 1.3 of bash-completion which doesn't include - see #502
|
||||
if declare -F _init_completions >/dev/null 2>&1; then
|
||||
if declare -F _init_completion >/dev/null 2>&1; then
|
||||
_init_completion -s || return
|
||||
else
|
||||
COMPREPLY=()
|
||||
|
||||
Reference in New Issue
Block a user