Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
func
parseGetOptions(cmd *cobra.Command) getOptions {
153
return
getOptions{
154
errOut: cmd.ErrOrStderr(),
155
}
156
}
157
158
func
getErrorOutput(opts getOptions) io.Writer {
159
if
opts.errOut != nil {
Callers
1
get
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected