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

Function jsonDeprecatedErrorExampleCommand

cmd/json_contract_test.go:905–909  ·  view source on GitHub ↗
(path string, deprecated string)

Source from the content-addressed store, hash-verified

903}
904
905func jsonDeprecatedErrorExampleCommand(path string, deprecated string) *cobra.Command {
906 cmd := jsonErrorExampleCommand(path)
907 cmd.Deprecated = deprecated
908 return cmd
909}
910
911func sampleJSONAccount() jsonAccount {
912 return jsonAccount{

Callers 1

Calls 1

jsonErrorExampleCommandFunction · 0.85

Tested by

no test coverage detected