cmd

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2026 License: MIT Imports: 2 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL