pub fn register_recursive(
root_path: Option<&str>,
max_depth: Option<usize>,
force: bool,
dry_run: bool,
exclude_patterns: &[String],
) -> Result<()>Expand description
Recursively walk directories and register orphaned sessions for all workspaces found