@@ -955,7 +955,7 @@ complete -c spack -n '__fish_spack_using_command ci' -s h -l help -f -a help
955955complete -c spack -n ' __fish_spack_using_command ci' -s h -l help -d ' show this help message and exit'
956956
957957# spack ci generate
958- set -g __fish_spack_optspecs_spack_ci_generate h/help output-file = optimize dependencies prune-dag no-prune-dag check-index-only artifacts-root= U/fresh reuse fresh-roots deprecated j/ jobs =
958+ set -g __fish_spack_optspecs_spack_ci_generate h/help output-file = optimize dependencies prune-dag no-prune-dag check-index-only artifacts-root=
959959complete -c spack -n ' __fish_spack_using_command ci generate' -s h -l help -f -a help
960960complete -c spack -n ' __fish_spack_using_command ci generate' -s h -l help -d ' show this help message and exit'
961961complete -c spack -n ' __fish_spack_using_command ci generate' -l output-file -r -f -a output_file
@@ -972,32 +972,20 @@ complete -c spack -n '__fish_spack_using_command ci generate' -l check-index-onl
972972complete -c spack -n ' __fish_spack_using_command ci generate' -l check-index-only -d ' only check spec state from buildcache indices'
973973complete -c spack -n ' __fish_spack_using_command ci generate' -l artifacts-root -r -f -a artifacts_root
974974complete -c spack -n ' __fish_spack_using_command ci generate' -l artifacts-root -r -d ' path to the root of the artifacts directory'
975- complete -c spack -n ' __fish_spack_using_command ci generate' -s U -l fresh -f -a concretizer_reuse
976- complete -c spack -n ' __fish_spack_using_command ci generate' -s U -l fresh -d ' do not reuse installed deps; build newest configuration'
977- complete -c spack -n ' __fish_spack_using_command ci generate' -l reuse -f -a concretizer_reuse
978- complete -c spack -n ' __fish_spack_using_command ci generate' -l reuse -d ' reuse installed packages/buildcaches when possible'
979- complete -c spack -n ' __fish_spack_using_command ci generate' -l fresh-roots -l reuse-deps -f -a concretizer_reuse
980- complete -c spack -n ' __fish_spack_using_command ci generate' -l fresh-roots -l reuse-deps -d ' concretize with fresh roots and reused dependencies'
981- complete -c spack -n ' __fish_spack_using_command ci generate' -l deprecated -f -a config_deprecated
982- complete -c spack -n ' __fish_spack_using_command ci generate' -l deprecated -d ' allow concretizer to select deprecated versions'
983- complete -c spack -n ' __fish_spack_using_command ci generate' -s j -l jobs -r -f -a jobs
984- complete -c spack -n ' __fish_spack_using_command ci generate' -s j -l jobs -r -d ' explicitly set number of parallel jobs'
985975
986976# spack ci rebuild-index
987977set -g __fish_spack_optspecs_spack_ci_rebuild_index h/help
988978complete -c spack -n ' __fish_spack_using_command ci rebuild-index' -s h -l help -f -a help
989979complete -c spack -n ' __fish_spack_using_command ci rebuild-index' -s h -l help -d ' show this help message and exit'
990980
991981# spack ci rebuild
992- set -g __fish_spack_optspecs_spack_ci_rebuild h/help t/tests fail-fast j/ jobs =
982+ set -g __fish_spack_optspecs_spack_ci_rebuild h/help t/tests fail-fast
993983complete -c spack -n ' __fish_spack_using_command ci rebuild' -s h -l help -f -a help
994984complete -c spack -n ' __fish_spack_using_command ci rebuild' -s h -l help -d ' show this help message and exit'
995985complete -c spack -n ' __fish_spack_using_command ci rebuild' -s t -l tests -f -a tests
996986complete -c spack -n ' __fish_spack_using_command ci rebuild' -s t -l tests -d ' run stand-alone tests after the build'
997987complete -c spack -n ' __fish_spack_using_command ci rebuild' -l fail-fast -f -a fail_fast
998988complete -c spack -n ' __fish_spack_using_command ci rebuild' -l fail-fast -d ' stop stand-alone tests after the first failure'
999- complete -c spack -n ' __fish_spack_using_command ci rebuild' -s j -l jobs -r -f -a jobs
1000- complete -c spack -n ' __fish_spack_using_command ci rebuild' -s j -l jobs -r -d ' explicitly set number of parallel jobs'
1001989
1002990# spack ci reproduce-build
1003991set -g __fish_spack_optspecs_spack_ci_reproduce_build h/help runtime= working-dir= s/autostart gpg-file = gpg-url=
0 commit comments