The entry point for CloudSearch customizations.
(cli)
| 144 | |
| 145 | |
| 146 | def initialize(cli): |
| 147 | """ |
| 148 | The entry point for CloudSearch customizations. |
| 149 | """ |
| 150 | flattened = FlattenArguments('cloudsearch', FLATTEN_CONFIG) |
| 151 | flattened.register(cli) |
nothing calls this directly
no test coverage detected