diff options
author | Alec Scott <hi@alecbcs.com> | 2023-11-28 01:33:46 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-28 10:33:46 +0100 |
commit | 18efd808da878a137a05bb1e2633b67458577b06 (patch) | |
tree | 299b2644047a2ea93ece1604db88b6c7f2fc05c2 /share | |
parent | 5299b84319d34072fae5be6abdf8e57f06be94e9 (diff) | |
download | spack-18efd808da878a137a05bb1e2633b67458577b06.tar.gz spack-18efd808da878a137a05bb1e2633b67458577b06.tar.bz2 spack-18efd808da878a137a05bb1e2633b67458577b06.tar.xz spack-18efd808da878a137a05bb1e2633b67458577b06.zip |
GoPackage: add new build system for Go packages (#41164)
Co-authored-by: Tom Scogland <scogland1@llnl.gov>
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
Diffstat (limited to 'share')
-rwxr-xr-x | share/spack/spack-completion.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/spack-completion.fish b/share/spack/spack-completion.fish index 08df9825b6..1d32fc1d37 100755 --- a/share/spack/spack-completion.fish +++ b/share/spack/spack-completion.fish @@ -1261,7 +1261,7 @@ complete -c spack -n '__fish_spack_using_command create' -l keep-stage -f -a kee complete -c spack -n '__fish_spack_using_command create' -l keep-stage -d 'don\'t clean up staging area when command completes' complete -c spack -n '__fish_spack_using_command create' -s n -l name -r -f -a name complete -c spack -n '__fish_spack_using_command create' -s n -l name -r -d 'name of the package to create' -complete -c spack -n '__fish_spack_using_command create' -s t -l template -r -f -a 'autoreconf autotools bazel bundle cargo cmake generic intel lua makefile maven meson octave perlbuild perlmake python qmake r racket ruby scons sip waf' +complete -c spack -n '__fish_spack_using_command create' -s t -l template -r -f -a 'autoreconf autotools bazel bundle cargo cmake generic go intel lua makefile maven meson octave perlbuild perlmake python qmake r racket ruby scons sip waf' complete -c spack -n '__fish_spack_using_command create' -s t -l template -r -d 'build system template to use' complete -c spack -n '__fish_spack_using_command create' -s r -l repo -r -f -a repo complete -c spack -n '__fish_spack_using_command create' -s r -l repo -r -d 'path to a repository where the package should be created' |