public UxManager(ILogger logger) { _editorPath = LocalHelpers.GetEditorPath(logger); _rootDir = LocalHelpers.GetRootDir(logger); _logger = logger; }
public UxManager(string gitLocation, ILogger logger) { _editorPath = LocalHelpers.GetEditorPath(gitLocation, logger); _rootDir = LocalHelpers.GetRootDir(gitLocation, logger); _logger = logger; }