MCPcopy
hub / github.com/smallstep/cli / init

Function init

cmd/step/main.go:21–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19var AppName = ""
20
21func init() {
22 step.Set("Smallstep CLI", Version, BuildTime)
23 ca.UserAgent = step.Version()
24 cmd.SetName(AppName)
25}
26
27func main() {
28 cmd.Run()

Callers

nothing calls this directly

Calls 3

SetNameFunction · 0.92
SetMethod · 0.80
VersionMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…