MCPcopy Create free account
hub / github.com/dotzero/git-profile / Del

Function Del

cmd/del.go:14–16  ·  view source on GitHub ↗

Del returns `del` command

(cfg storage)

Source from the content-addressed store, hash-verified

12
13// Del returns `del` command
14func Del(cfg storage) *cobra.Command {
15 return delCommand(cfg, ui.SelectProfile)
16}
17
18//nolint:funlen
19func delCommand(

Callers 3

TestDelFunction · 0.85
TestDelKeyFunction · 0.85
initMethod · 0.85

Calls 1

delCommandFunction · 0.85

Tested by 2

TestDelFunction · 0.68
TestDelKeyFunction · 0.68