Move PathHelper to service, ConigureCommand, %DOCUMENTS%
This commit is contained in:
@@ -17,8 +17,9 @@ public class InstallCommand : RepositoryModuleCommandBase
|
||||
ILogger<InstallCommand> logger,
|
||||
IRepositoryConfiguration repositoryConfiguration,
|
||||
IModuleConfigurationResolver moduleConfigurationResolver,
|
||||
IShellService shellService)
|
||||
: base(repositoryConfiguration)
|
||||
IShellService shellService,
|
||||
IPathHelperService pathHelperService)
|
||||
: base(repositoryConfiguration, pathHelperService)
|
||||
{
|
||||
_logger = logger;
|
||||
_moduleConfigurationResolver = moduleConfigurationResolver;
|
||||
|
||||
Reference in New Issue
Block a user