diff options
Diffstat (limited to 'src/sdp/abstraction.d')
-rw-r--r-- | src/sdp/abstraction.d | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/sdp/abstraction.d b/src/sdp/abstraction.d index d91618e..de26582 100644 --- a/src/sdp/abstraction.d +++ b/src/sdp/abstraction.d @@ -15,17 +15,11 @@ template SiSUabstraction() { import sdlang; // sdlang.d /+ std +/ private import - std.algorithm, std.array, - std.container, std.exception, std.getopt, - std.json, std.process, std.stdio, - std.file, - std.path, - std.range, std.regex, std.string, std.traits, @@ -112,6 +106,11 @@ template SiSUabstraction() { bool[string] _k = opts; return _k; } + auto environment() { + auto _k = env; + return _k; + } + /+ add a list of images +/ } auto doc_matters = DocumentMatters(); auto t = tuple(doc_abstraction, doc_matters); |