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

Function newVersionOutput

cmd/version.go:68–75  ·  view source on GitHub ↗
(version string)

Source from the content-addressed store, hash-verified

66}
67
68func newVersionOutput(version string) versionOutput {
69 sdkVersion, specVersion := dropboxVersionFunc()
70 return versionOutput{
71 Version: version,
72 SDKVersion: sdkVersion,
73 SpecVersion: specVersion,
74 }
75}
76
77func newVersionOperationOutput(info versionOutput) jsonOperationOutput {
78 input := versionInput{}

Callers 1

versionCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected