Skip to main content

detect_stack

Function detect_stack 

Source
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.