Skip to content

Instantly share code, notes, and snippets.

@cyian-1756
cyian-1756 / format.d
Created February 16, 2019 01:53
Showing some weird behaviour from std.getopt
import std.getopt;
import std.stdio;
string folder;
bool useRealSize;
bool printReport;
bool printSummery;
bool printTSV;
string outputFile;