diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-10-02 15:17:02 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-10-17 19:07:20 -0400 |
commit | 5e23b12e0cdc531554e21ca464d2d0a2f8205645 (patch) | |
tree | 010335171b2331269d21cbcda3f169c36a09c4db /src/doc_reform/doc_reform.d | |
parent | document headers & config: yaml introduced (diff) |
path related, mostly cosmetic code
Diffstat (limited to 'src/doc_reform/doc_reform.d')
-rwxr-xr-x | src/doc_reform/doc_reform.d | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doc_reform/doc_reform.d b/src/doc_reform/doc_reform.d index 58c55c8..9c41895 100755 --- a/src/doc_reform/doc_reform.d +++ b/src/doc_reform/doc_reform.d @@ -563,11 +563,10 @@ void main(string[] args) { "pwd" : environment["PWD"], "home" : environment["HOME"], ]; - 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 ( |