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

Function jsonContractCommandPathsWithVersion

cmd/json_contract_test.go:307–310  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

305}
306
307func jsonContractCommandPathsWithVersion() []string {
308 paths := structuredOutputCommandPathsWithVersion()
309 return append(paths, "help")
310}
311
312func expectedStructuredOutputCommands() []string {
313 return []string{

Tested by

no test coverage detected