pub fn create_worktree(
branch_name: &str,
base_branch: Option<&str>,
path: Option<&str>,
initial_prompt: Option<&str>,
launch_opts: &LaunchOptions<'_>,
emit: EmitFormat,
) -> Result<PathBuf>Expand description
Create a new worktree with a feature branch.