mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Separate out console write as well
This commit is contained in:
@@ -40,8 +40,8 @@ namespace SabreTools.Reports
|
||||
{
|
||||
return statReportFormat switch
|
||||
{
|
||||
StatReportFormat.None => new Textfile(statsList, true),
|
||||
StatReportFormat.Textfile => new Textfile(statsList, false),
|
||||
StatReportFormat.None => new ConsoleOutput(statsList),
|
||||
StatReportFormat.Textfile => new Textfile(statsList),
|
||||
StatReportFormat.CSV => new CommaSeparatedValue(statsList),
|
||||
StatReportFormat.HTML => new Html(statsList),
|
||||
StatReportFormat.SSV => new SemicolonSeparatedValue(statsList),
|
||||
|
||||
Reference in New Issue
Block a user