The entry point for the credential helper
(cli)
| 29 | |
| 30 | |
| 31 | def initialize(cli): |
| 32 | """ |
| 33 | The entry point for the credential helper |
| 34 | """ |
| 35 | cli.register('building-command-table.codecommit', inject_commands) |
| 36 | |
| 37 | |
| 38 | def inject_commands(command_table, session, **kwargs): |