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

Function commandInputPropertyName

cmd/help_input_schema.go:125–127  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

123}
124
125func commandInputPropertyName(name string) string {
126 return strings.ReplaceAll(name, "-", "_")
127}
128
129func commandInputPropertyType(valueKind string, flagType string) string {
130 switch valueKind {

Callers 2

commandInputSchemaForFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected