Fixed: outpath

This commit is contained in:
EqUiNoX
2023-02-01 19:20:31 -08:00
parent 78abcf8fa2
commit a22bf0e937
2 changed files with 10 additions and 1 deletions
+2 -1
View File
@@ -7,7 +7,7 @@ namespace POTify
{
internal class Program
{
private const string Version = "1.0.0";
private const string Version = "1.0.1";
private static bool ShowHelp = false;
private static string Input = string.Empty;
@@ -27,6 +27,7 @@ namespace POTify
{
var options = new OptionSet {
{ "i|input=", $"Input folder", i => Input = i },
{ "o|output=", $"Input folder", o => Output = o },
{ "h|help", "show help", h => ShowHelp = h != null },
};
+8
View File
@@ -0,0 +1,8 @@
{
"profiles": {
"POTify": {
"commandName": "Project",
"commandLineArgs": "-i=D:\\Git\\NexgenRedux\\Artworkt -o=D:\\Git\\NexgenRedux\\out"
}
}
}