pub fn rm_worktrees(
inputs: Vec<String>,
interactive: bool,
dry_run: bool,
flags: RmFlags,
) -> Result<i32>Expand description
Top-level orchestrator for gw rm.
inputs is empty for the legacy “current worktree” case and for the
-i interactive case — the caller passes interactive=true to trigger the
selector.