From 9a48035e49491875b192ce104d1e3f6a13d570ae Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Mon, 20 Jun 2022 17:49:33 +0200 Subject: asp: refactor low level API to permit the injection of configuration This allows writing extension commands that can benchmark different configurations in clingo, or try different configurations for a single test. --- share/spack/spack-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index 14d981936d..bd41619a09 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -1670,7 +1670,7 @@ _spack_restage() { _spack_solve() { if $list_options then - SPACK_COMPREPLY="-h --help --show --models -l --long -L --very-long -I --install-status -y --yaml -j --json -c --cover -N --namespaces -t --types --timers --stats -U --fresh --reuse" + SPACK_COMPREPLY="-h --help --show -l --long -L --very-long -I --install-status -y --yaml -j --json -c --cover -N --namespaces -t --types --timers --stats -U --fresh --reuse" else _all_packages fi -- cgit v1.2.3-60-g2f50