mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-22 03:23:29 +01:00
Fixed completion in qp_create
This commit is contained in:
parent
407ab27ff2
commit
0aa10ac979
@ -163,7 +163,7 @@ _qp_Complete()
|
|||||||
create_ezfio)
|
create_ezfio)
|
||||||
case "${prev}" in
|
case "${prev}" in
|
||||||
create_ezfio)
|
create_ezfio)
|
||||||
COMPREPLY=( $(compgen -W "-b -a -c -d -h -m -o -p -x" -- $cur ) )
|
COMPREPLY=( $(compgen -W "-b -a -c -d -h -m -o -p -x $(\ls)" -- $cur ) )
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
-m|-d|-c)
|
-m|-d|-c)
|
||||||
|
Loading…
Reference in New Issue
Block a user