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.
This commit is contained in:
Massimiliano Culpo
2022-06-20 17:49:33 +02:00
committed by Todd Gamblin
parent e90ea79347
commit 9a48035e49
5 changed files with 79 additions and 78 deletions

View File

@@ -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