10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-18 03:05:34 +02:00
This commit is contained in:
Anthony Scemama 2020-04-14 15:09:34 +02:00
parent 7239f5a5b8
commit 3ea456b20d

View File

@ -170,7 +170,7 @@ _qp_Complete()
COMPREPLY=( $(compgen -W "" -- $cur ) )
return 0;;
-b)
COMPREPLY=( $(compgen -W "$( cut -d ' ' -f 1 ${QP_ROOT}/data/basis/00_README.rst | grep -v \'#\' )" -- $cur ) )
COMPREPLY=( $(compgen -W "$(ls ${QP_ROOT}/data/basis)" -- $cur ) )
return 0
;;
-p)