Skip to content
Snippets Groups Projects
Commit 0bbafb16 authored by Adam J. Stewart's avatar Adam J. Stewart Committed by GitHub
Browse files

Fix tab completion of Spack subcommands (#4442)

parent 29090a52
Branches
Tags
No related merge requests found
......@@ -843,7 +843,7 @@ function _spack_view_symlink {
# Helper functions for subcommands
function _subcommands {
spack help | grep "^ [a-z]" | awk '{print $1}'
spack help --all | grep "^ [a-z]" | awk '{print $1}' | grep -v spack
}
function _all_packages {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment