Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
318304bf70 | |||
068f03bbf3 |
1 changed files with 3 additions and 1 deletions
|
@ -44,7 +44,9 @@ namespace scream
|
|||
{
|
||||
if (args[0].Equals("-q") || args[0].Equals("--quiet"))
|
||||
{
|
||||
QuietDown(args);
|
||||
var quiet = QuietDown(args);
|
||||
Console.OutputEncoding = System.Text.Encoding.UTF8;
|
||||
Console.WriteLine(quiet);
|
||||
}
|
||||
else if (args.Length > 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue