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 |     """Parser is only constructed so that this prints a nice help | ||||||
|        message with -h. """ |        message with -h. """ | ||||||
|     arguments.add_common_arguments( |     arguments.add_common_arguments( | ||||||
|         subparser, ['recurse_dependencies', 'installed_specs']) |         subparser, ['installed_specs']) | ||||||
| 
 | 
 | ||||||
|     shells = subparser.add_mutually_exclusive_group() |     shells = subparser.add_mutually_exclusive_group() | ||||||
|     shells.add_argument( |     shells.add_argument( | ||||||
|   | |||||||
| @@ -1211,7 +1211,7 @@ _spack_list() { | |||||||
| _spack_load() { | _spack_load() { | ||||||
|     if $list_options |     if $list_options | ||||||
|     then |     then | ||||||
|         SPACK_COMPREPLY="-h --help -r --dependencies --sh --csh --fish --first --only" |         SPACK_COMPREPLY="-h --help --sh --csh --fish --first --only" | ||||||
|     else |     else | ||||||
|         _installed_packages |         _installed_packages | ||||||
|     fi |     fi | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Harmen Stoppels
					Harmen Stoppels