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