From 3cef5663d8c04228b1da4e890fe023b58b97548f Mon Sep 17 00:00:00 2001 From: Vanessasaurus <814322+vsoch@users.noreply.github.com> Date: Tue, 25 May 2021 12:40:08 -0600 Subject: adding json export for spack blame (#23417) I would like to be able to export (and save and then load programatically) spack blame metadata, so this commit adds a spack blame --json argument, along with developer docs for it Signed-off-by: vsoch Co-authored-by: vsoch --- share/spack/spack-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index 5d9a01737f..7335faaa28 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -384,7 +384,7 @@ _spack_arch() { _spack_blame() { if $list_options then - SPACK_COMPREPLY="-h --help -t --time -p --percent -g --git" + SPACK_COMPREPLY="-h --help -t --time -p --percent -g --git --json" else _all_packages fi -- cgit v1.2.3-70-g09d2