mirror of
https://github.com/Team-Resurgent/POTify.git
synced 2026-04-30 10:09:46 -07:00
Fixed: outpath
This commit is contained in:
+2
-1
@@ -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 },
|
||||
};
|
||||
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"profiles": {
|
||||
"POTify": {
|
||||
"commandName": "Project",
|
||||
"commandLineArgs": "-i=D:\\Git\\NexgenRedux\\Artworkt -o=D:\\Git\\NexgenRedux\\out"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user