aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/spine.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2019-12-08 13:05:35 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2020-01-13 16:06:43 -0500
commita8ec94f528d633fef6ab1d40a3c7564f38d15238 (patch)
tree23b73dab3559d1ea447dde29d68123183cd89280 /org/spine.org
parentxmls, home button fixes (diff)
src without pod.manifest, report on verbose
Diffstat (limited to 'org/spine.org')
-rw-r--r--org/spine.org2
1 files changed, 1 insertions, 1 deletions
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 +/