mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreTools, Flags, DatFile, Utilities, README] Stat output
Add new input that mirrors the input for DAT formats. This also introduces the SSV statistics output format
This commit is contained in:
@@ -273,9 +273,10 @@ namespace SabreTools.Library.Data
|
||||
Textfile = 0x01,
|
||||
HTML = Textfile << 1,
|
||||
CSV = HTML << 1,
|
||||
TSV = CSV << 1,
|
||||
SSV = CSV << 1,
|
||||
TSV = SSV << 1,
|
||||
|
||||
All = Textfile | HTML | CSV | TSV,
|
||||
All = Textfile | HTML | CSV | SSV | TSV,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user