add command_line scope to help metavar (#42890)
It's now possible to add config on the command line with `spack -c <CONFIG_VARS> ...`, but the new `command_line` scope isn't reflected in the help output for `--scope`:
```bash
> spack help config
...
  --scope {defaults,system,site,user}[/PLATFORM] or env:ENVIRONMENT
                        configuration scope to read/modify
...
```
			
			
This commit is contained in:
		| @@ -107,7 +107,7 @@ | ||||
| 
 | ||||
| #: metavar to use for commands that accept scopes | ||||
| #: this is shorter and more readable than listing all choices | ||||
| SCOPES_METAVAR = "{defaults,system,site,user}[/PLATFORM] or env:ENVIRONMENT" | ||||
| SCOPES_METAVAR = "{defaults,system,site,user,command_line}[/PLATFORM] or env:ENVIRONMENT" | ||||
| 
 | ||||
| #: Base name for the (internal) overrides scope. | ||||
| _OVERRIDES_BASE_NAME = "overrides-" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Danny McClanahan
					Danny McClanahan