diff options
author | Michael Kuhn <michael.kuhn@ovgu.de> | 2023-11-24 15:56:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-24 15:56:42 +0100 |
commit | 7db386a018e2709bc4e22d61e18ab475ac8dbf33 (patch) | |
tree | 51f1648ca1a774c34aa463154fdcfeb495d2537e /COPYRIGHT | |
parent | 92d076e6834aefdd29e3576ea36a1664e4e793f2 (diff) | |
download | spack-7db386a018e2709bc4e22d61e18ab475ac8dbf33.tar.gz spack-7db386a018e2709bc4e22d61e18ab475ac8dbf33.tar.bz2 spack-7db386a018e2709bc4e22d61e18ab475ac8dbf33.tar.xz spack-7db386a018e2709bc4e22d61e18ab475ac8dbf33.zip |
Fix multi-word aliases (#41126)
PR #40929 reverted the argument parsing to make `spack --verbose
install` work again. It looks like `--verbose` is the only instance
where this kind of argument inheritance is used since all other commands
override arguments with the same name instead. For instance, `spack
--bootstrap clean` does not invoke `spack clean --bootstrap`.
Therefore, fix multi-line aliases again by parsing the resolved
arguments and instead explicitly pass down `args.verbose` to commands.
Diffstat (limited to 'COPYRIGHT')
0 files changed, 0 insertions, 0 deletions