Documentation
¶
Index ¶
- func BranchNameRequired(commandExample string) error
- func BranchNotFound(branchName string) error
- func BranchRemovalFailed(branchName string, gitError error, isForced bool) error
- func ConfigAlreadyExists(configPath string) error
- func ConfigLoadFailed(configPath string, parseError error) error
- func DirectoryAccessFailed(operation, path string, originalError error) error
- func GitCommandFailed(command, output string) error
- func HookExecutionFailed(hookIndex int, hookType string, originalError error) error
- func InvalidBranchName(branchName string) error
- func MultipleBranchesFound(branchName string, remotes []string) error
- func NotInGitRepository() error
- func ShellIntegrationRequired() error
- func UnsupportedShell(shell string, supportedShells []string) error
- func WorktreeCreationFailed(path, branch string, gitError error) error
- func WorktreeNameRequired() error
- func WorktreeNotFound(name string, availableWorktrees []string) error
- func WorktreeRemovalFailed(path string, gitError error) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BranchRemovalFailed ¶
func ConfigAlreadyExists ¶
func ConfigLoadFailed ¶
Configuration Errors
func DirectoryAccessFailed ¶
File System Errors
func GitCommandFailed ¶
func HookExecutionFailed ¶
Hook Errors
func InvalidBranchName ¶
func MultipleBranchesFound ¶
func UnsupportedShell ¶
func WorktreeCreationFailed ¶
func WorktreeNameRequired ¶
func WorktreeNameRequired() error
func WorktreeNotFound ¶
Worktree Errors
func WorktreeRemovalFailed ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.