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

Function parseGetOptions

cmd/get.go:152–156  ·  view source on GitHub ↗
(cmd *cobra.Command)

Source from the content-addressed store, hash-verified

150}
151
152func parseGetOptions(cmd *cobra.Command) getOptions {
153 return getOptions{
154 errOut: cmd.ErrOrStderr(),
155 }
156}
157
158func getErrorOutput(opts getOptions) io.Writer {
159 if opts.errOut != nil {

Callers 1

getFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected