Skip to content

Commit 118cc70

Browse files
committed
Merge branch 'development'
2 parents eef52b2 + 81dfe9d commit 118cc70

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Services/ConsoleService.cs

+2-4
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,11 @@ public static Manifest RequestManifest(string projectName, string directoryPath)
102102
manifest.ProjectName = projectName;
103103
manifest.Entrypoint = safeEntrypointName;
104104

105-
//Рекурсия или нет
106-
manifest.Recursive = false; //не реализовано
107-
108105
manifest
109106
.handleTemplate(directoryPath)
110107
.handleEnumerateHeadings(directoryPath)
111-
.handleIncludeTitle(directoryPath);
108+
.handleIncludeTitle(directoryPath)
109+
.handleRecursiveImport(directoryPath);
112110

113111
return manifest;
114112
}

0 commit comments

Comments
 (0)