Compare commits
No commits in common. "aaaaa" and "v1" have entirely different histories.
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue