diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2022-06-20 17:49:33 +0200 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2022-08-03 18:01:08 -0700 |
commit | 9a48035e49491875b192ce104d1e3f6a13d570ae (patch) | |
tree | 4312421eade3d0716ca551e4edbfc48a969406a3 /share | |
parent | e90ea793476866c87693b2bc246953544b074684 (diff) | |
download | spack-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-x | share/spack/spack-completion.bash | 2 |
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 |