pub fn detect_stack(root: &Path) -> Result<ProjectStack>Expand description
Detect the project stack for a given repository root.
This is a convenience wrapper that creates a WorkspaceFs and calls
detect_stack_with_workspace.
pub fn detect_stack(root: &Path) -> Result<ProjectStack>Detect the project stack for a given repository root.
This is a convenience wrapper that creates a WorkspaceFs and calls
detect_stack_with_workspace.