diff options
Diffstat (limited to 'org/doc_reform.org')
-rw-r--r-- | org/doc_reform.org | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/org/doc_reform.org b/org/doc_reform.org index 35fe96d..a8fd2a6 100644 --- a/org/doc_reform.org +++ b/org/doc_reform.org @@ -790,11 +790,10 @@ auto _env = [ #+NAME: doc_reform_args #+BEGIN_SRC d -auto _manifest_start = PodManifest!()(""); auto _manifest_matter = PathMatters!()(_opt_action, _env, ""); auto _manifests = [ _manifest_matter ]; foreach(arg; args[1..$]) { - _manifest_start = PodManifest!()(arg); + auto _manifest_start = PodManifest!()(arg); if (arg.match(rgx.flag_action)) { flag_action ~= " " ~ arg; // flags not taken by getopt } else if ( |