(cli)
| 13 | |
| 14 | |
| 15 | def register_fix_kms_create_grant_docs(cli): |
| 16 | # Docs may actually refer to actual api name (not the CLI command). |
| 17 | # In that case we want to remove the translation map. |
| 18 | cli.register('doc-title.kms.create-grant', remove_translation_map) |
| 19 | |
| 20 | |
| 21 | def remove_translation_map(help_command, **kwargs): |