Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make CommandLine in AutoComplete use correct IFactory implementation
In some cases using the DefaultFactory when instantiating CommandLine could cause subcommands that require a specific IFactory implementation to fail to be created. This commit makes the CommandLine instance created by AutoComplete command use the IFactory passed to the command (if any).
- Loading branch information