[RombaSharp] Write code for "build"

This commit is contained in:
Matt Nadareski
2016-10-12 14:40:21 -07:00
parent 87d019053b
commit ff769ba689
5 changed files with 93 additions and 29 deletions

View File

@@ -155,19 +155,9 @@ namespace SabreTools
{
outdat = temparg.Split('=')[1];
}
else if (File.Exists(temparg) || Directory.Exists(temparg))
{
inputs.Add(temparg);
}
else
{
_logger.Error("Invalid input detected: " + arg);
Console.WriteLine();
Build.Help();
Console.WriteLine();
_logger.Error("Invalid input detected: " + arg);
_logger.Close();
return;
inputs.Add(temparg);
}
break;
}