MCPcopy Create free account
hub / github.com/dropbox/dbxcli / init

Function init

main.go:32–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30)
31
32func init() {
33 // Log date, time and file information by default
34 log.SetFlags(log.Ldate | log.Ltime | log.Lshortfile)
35 cmd.RootCmd.AddCommand(cmd.NewVersionCommand(resolvedVersion()))
36}
37
38func main() {
39 cmd.Execute()

Callers

nothing calls this directly

Calls 2

NewVersionCommandFunction · 0.92
resolvedVersionFunction · 0.85

Tested by

no test coverage detected