A service that allows commands to access the CommandLineInterface.parseAndExecute function of the command's CommandLineInterface.
Notes:
You **must** use addCommandLineInterfaceService to add the default implementation of this service into your ServiceProvider, you can of course
create your own implementation, but note that CommandLineInterface has special support for the default implementation.
Alternatively, don't pass a ServiceProvider into your CommandLineInterface, and it'll create this service by itself.
A service that allows commands to access the CommandLineInterface.parseAndExecute function of the command's CommandLineInterface.
Notes: You **must** use addCommandLineInterfaceService to add the default implementation of this service into your ServiceProvider, you can of course create your own implementation, but note that CommandLineInterface has special support for the default implementation.
Alternatively, don't pass a ServiceProvider into your CommandLineInterface, and it'll create this service by itself.