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 --- org/spine.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org/spine.org') diff --git a/org/spine.org b/org/spine.org index 256311d..42030c7 100644 --- a/org/spine.org +++ b/org/spine.org @@ -791,7 +791,7 @@ if (_opt_action.config_path_set.empty) { } } 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