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