(c *cli.Context)
| 102 | } |
| 103 | |
| 104 | func missingKeyValueError(c *cli.Context) error { |
| 105 | return missingArgumentsError(c, "attribute key=value pairs") |
| 106 | } |
| 107 | |
| 108 | func objectNameArgumentNotSupported(c *cli.Context, objectName string) error { |
| 109 | msg := fmt.Sprintf("object name %q argument not supported", objectName) |
no test coverage detected