BaseCLI.prototype.addServiceProvider(serviceProvider: ServiceProvider): void
Add a ServiceProvider to the CLI's ServiceProviderRegistry.
This will register the ServiceProvider, add any provided services to the Context and register any provided Command instances.
serviceProvider: ServiceProvider
the ServiceProvider to add.