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

Function renderVersion

cmd/version.go:61–66  ·  view source on GitHub ↗
(out io.Writer, info versionOutput)

Source from the content-addressed store, hash-verified

59}
60
61func renderVersion(out io.Writer, info versionOutput) error {
62 fmt.Fprintln(out, "dbxcli version:", info.Version)
63 fmt.Fprintln(out, "SDK version:", info.SDKVersion)
64 fmt.Fprintln(out, "Spec version:", info.SpecVersion)
65 return nil
66}
67
68func newVersionOutput(version string) versionOutput {
69 sdkVersion, specVersion := dropboxVersionFunc()

Callers 1

versionCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected