pub fn resolve_list(explicit: Option<&str>) -> Result<Vec<String>>Expand description
The workspaces to act on, in precedence order:
--workspace(comma-separated).BB_WORKSPACE(same syntax).- The workspace of the git remote in the current checkout, tried rather than required.
- None of the above: a config error naming both
--workspaceandBB_WORKSPACE, rather than silently acting on nothing.