Remove unused --dependencies flag (#25731)
This commit is contained in:
@@ -21,7 +21,7 @@ def setup_parser(subparser):
|
||||
"""Parser is only constructed so that this prints a nice help
|
||||
message with -h. """
|
||||
arguments.add_common_arguments(
|
||||
subparser, ['recurse_dependencies', 'installed_specs'])
|
||||
subparser, ['installed_specs'])
|
||||
|
||||
shells = subparser.add_mutually_exclusive_group()
|
||||
shells.add_argument(
|
||||
|
||||
@@ -1211,7 +1211,7 @@ _spack_list() {
|
||||
_spack_load() {
|
||||
if $list_options
|
||||
then
|
||||
SPACK_COMPREPLY="-h --help -r --dependencies --sh --csh --fish --first --only"
|
||||
SPACK_COMPREPLY="-h --help --sh --csh --fish --first --only"
|
||||
else
|
||||
_installed_packages
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user