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"))
{
var quiet = QuietDown(args);
Console.OutputEncoding = System.Text.Encoding.UTF8;
Console.WriteLine(quiet);
QuietDown(args);
}
else if (args.Length > 0)
{