diff options
author | Alec Scott <hi@alecbcs.com> | 2023-11-27 13:15:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 20:15:16 +0000 |
commit | c482534c1d3168da8053c4c47a203da300054a71 (patch) | |
tree | 9973729cb6a5a4b15ccd1fd0ffcd98e3301231a1 /share | |
parent | fbec91e491776717c72a61f2791473e9c19e6af6 (diff) | |
download | spack-c482534c1d3168da8053c4c47a203da300054a71.tar.gz spack-c482534c1d3168da8053c4c47a203da300054a71.tar.bz2 spack-c482534c1d3168da8053c4c47a203da300054a71.tar.xz spack-c482534c1d3168da8053c4c47a203da300054a71.zip |
CargoPackage: add new build system for Cargo packages (#41192)
Co-authored-by: Tom Scogland <scogland1@llnl.gov>
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 1029fa6b45..08df9825b6 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 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 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' |