Compare commits
No commits in common. "318304bf709d7b63860e44a6f96e57d13f0d10d3" and "77e2d5336b2b46f86360fe938a1652606c5d2283" have entirely different histories.
318304bf70
...
77e2d5336b
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue