mirror of https://gitlab.com/basile.b/dexed.git
dastworx, handleArgs, in some cases, dont generate code for throwing
This commit is contained in:
parent
b92b6b18ee
commit
c75253e310
|
@ -4,7 +4,7 @@ import
|
|||
core.memory;
|
||||
import
|
||||
std.array, std.getopt, std.stdio, std.path, std.algorithm, std.functional,
|
||||
std.file, std.typecons;
|
||||
std.file;
|
||||
import
|
||||
iz.memory, iz.options;
|
||||
import
|
||||
|
@ -17,7 +17,7 @@ void main(string[] args)
|
|||
{
|
||||
foreach(ref buffer; stdin.byChunk(4096))
|
||||
Launcher.source.put(buffer);
|
||||
handleArguments!(Yes.Throw, Launcher)(args[1..$]);
|
||||
handleArguments!(CantThrow, Launcher)(args[1..$]);
|
||||
}
|
||||
|
||||
struct Launcher
|
||||
|
|
2
etc/iz
2
etc/iz
|
@ -1 +1 @@
|
|||
Subproject commit 4124a206ed9c88037f2394887e74b260d05acca4
|
||||
Subproject commit 24ad1b81e47dd4a490f8adf654e015473d547c1d
|
|
@ -1 +1 @@
|
|||
Subproject commit 82290cb64bfb4cd7d645dad1cfbf077f75272356
|
||||
Subproject commit 6be87e9b47c456c20ce297afcbf83f4a1ca4d397
|
|
@ -1 +1 @@
|
|||
Subproject commit 7487970b58f4a2c0d495679329a8a2857111f3fd
|
||||
Subproject commit 0ca6b234e6046dafb643f3825fc57bc7e7b8a19e
|
Loading…
Reference in New Issue