Documentation
¶
Overview ¶
Package cmd provides CLI utilities for git-vendor
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DeprecatedCommands = map[string]string{
"sync": "DEPRECATED: use 'pull --locked'",
"update": "DEPRECATED: use 'pull'",
"verify": "DEPRECATED: use 'status --offline'",
"diff": "DEPRECATED: use 'status'",
"outdated": "DEPRECATED: use 'status --remote-only'",
}
DeprecatedCommands maps deprecated command names to their replacement descriptions, used by shell completion generators to annotate suggestions.
Functions ¶
func GenerateBashCompletion ¶
func GenerateBashCompletion() string
GenerateBashCompletion generates bash completion script
func GenerateFishCompletion ¶
func GenerateFishCompletion() string
GenerateFishCompletion generates fish completion script
func GeneratePowerShellCompletion ¶
func GeneratePowerShellCompletion() string
GeneratePowerShellCompletion generates PowerShell completion script
func GenerateZshCompletion ¶
func GenerateZshCompletion() string
GenerateZshCompletion generates zsh completion script
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.