[DatFile] Add basic HTML output for stats

This commit is contained in:
Matt Nadareski
2016-09-23 16:32:24 -07:00
parent 95193effbe
commit 2e1ca1f251
5 changed files with 171 additions and 9 deletions

View File

@@ -143,6 +143,7 @@ namespace SabreTools.Helper
helptext.Add(" -out= Output directory");
helptext.Add(" -hs, --hash-split Split a DAT or folder by best-available hashes");
helptext.Add(" -out= Output directory");
helptext.Add(" -html, --html Write statistics on all input DATs to HTML");
helptext.Add(" -st, --stats Get statistics on all input DATs");
helptext.Add(" -si, --single Show individual statistics");
helptext.Add(" -ts, --type-split Split a DAT or folder by file types (rom/disk)");