Compare commits

..

No commits in common. "aaaaa" and "v1" have entirely different histories.
aaaaa ... v1

View file

@ -44,9 +44,7 @@ namespace scream
{ {
if (args[0].Equals("-q") || args[0].Equals("--quiet")) if (args[0].Equals("-q") || args[0].Equals("--quiet"))
{ {
var quiet = QuietDown(args); QuietDown(args);
Console.OutputEncoding = System.Text.Encoding.UTF8;
Console.WriteLine(quiet);
} }
else if (args.Length > 0) else if (args.Length > 0)
{ {