Skip to content

Commit

Permalink
I suspect we need to update completion changing to basic/long
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Mar 22, 2021
1 parent 8b5d8ce commit 1ceb1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/spack/spack-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ _spack_develop() {
_spack_diff() {
if $list_options
then
SPACK_COMPREPLY="-h --help --json --first --diff-type"
SPACK_COMPREPLY="-h --help --json --first -a"
else
_all_packages
fi
Expand Down

0 comments on commit 1ceb1dc

Please sign in to comment.