Skip to main content

resolve_list

Function resolve_list 

Source
pub fn resolve_list(explicit: Option<&str>) -> Result<Vec<String>>
Expand description

The workspaces to act on, in precedence order:

  1. --workspace (comma-separated).
  2. BB_WORKSPACE (same syntax).
  3. The workspace of the git remote in the current checkout, tried rather than required.
  4. None of the above: a config error naming both --workspace and BB_WORKSPACE, rather than silently acting on nothing.