sqlite3: Use _parse_help.
This commit is contained in:
parent
eab195c440
commit
03463a157f
@ -18,9 +18,7 @@ _sqlite3()
|
||||
esac
|
||||
|
||||
if [[ "$cur" == -* ]]; then
|
||||
COMPREPLY=( $( compgen -W '-help -init -echo -header -noheader -bail
|
||||
-interactive -batch -column -csv -html -line -list -separator
|
||||
-nullvalue -version' -- "$cur" ) )
|
||||
COMPREPLY=( $( compgen -W '$( _parse_help "$1" -help )' -- "$cur" ) )
|
||||
return 0
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user