From a8ec94f528d633fef6ab1d40a3c7564f38d15238 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 8 Dec 2019 13:05:35 -0500 Subject: src without pod.manifest, report on verbose --- src/doc_reform/spine.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/doc_reform/spine.d') diff --git a/src/doc_reform/spine.d b/src/doc_reform/spine.d index b30773a..96ac7d4 100755 --- a/src/doc_reform/spine.d +++ b/src/doc_reform/spine.d @@ -564,7 +564,7 @@ void main(string[] args) { } } foreach(arg; args[1..$]) { // refigure how args relate to _opt_action, need path from _opt_action or args early _manifested too late, work on (search for PathMatters and .harvest, - auto _manifest_start = PodManifest!()(arg); + auto _manifest_start = PodManifest!()(_opt_action, arg); if (arg.match(rgx.flag_action)) { /+ cli instruction, flag do +/ flag_action ~= " " ~ arg; // flags not taken by getopt } else { /+ cli, assumed to be path to source files +/ -- cgit v1.2.3