summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2022-06-20 17:49:33 +0200
committerTodd Gamblin <tgamblin@llnl.gov>2022-08-03 18:01:08 -0700
commit9a48035e49491875b192ce104d1e3f6a13d570ae (patch)
tree4312421eade3d0716ca551e4edbfc48a969406a3 /share
parente90ea793476866c87693b2bc246953544b074684 (diff)
downloadspack-9a48035e49491875b192ce104d1e3f6a13d570ae.tar.gz
spack-9a48035e49491875b192ce104d1e3f6a13d570ae.tar.bz2
spack-9a48035e49491875b192ce104d1e3f6a13d570ae.tar.xz
spack-9a48035e49491875b192ce104d1e3f6a13d570ae.zip
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.
Diffstat (limited to 'share')
-rwxr-xr-xshare/spack/spack-completion.bash2
1 files changed, 1 insertions, 1 deletions
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