pub fn create_worktree(
branch_name: &str,
base_branch: Option<&str>,
path: Option<&str>,
term: Option<&str>,
no_ai: bool,
initial_prompt: Option<&str>,
bg: bool,
fg: bool,
) -> Result<PathBuf>Expand description
Create a new worktree with a feature branch.