MCPcopy Index your code
hub / github.com/git-bug/git-bug / runLabel

Function runLabel

commands/label.go:25–33  ·  view source on GitHub ↗
(env *execenv.Env)

Source from the content-addressed store, hash-verified

23}
24
25func runLabel(env *execenv.Env) error {
26 labels := env.Backend.Bugs().ValidLabels()
27
28 for _, l := range labels {
29 env.Out.Println(l)
30 }
31
32 return nil
33}

Callers 1

newLabelCommandFunction · 0.85

Calls 3

BugsMethod · 0.80
ValidLabelsMethod · 0.65
PrintlnMethod · 0.65

Tested by

no test coverage detected