mirror of
https://github.com/BeichenDream/GodPotato
synced 2026-06-21 13:41:53 +00:00
fix arg help gen
This commit is contained in:
+1
-1
@@ -189,7 +189,7 @@ namespace GodPotato
|
||||
stringBuilder.WriteLine(requiredExample); ;
|
||||
}
|
||||
|
||||
if (propertyInfoList.Count > 0)
|
||||
if (propertyInfoList.Count > 0 && requiredPropertyList.Count != propertyInfoList.Count)
|
||||
{
|
||||
string allParameterExample = "";
|
||||
allParameterExample = appName + " ";
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
<OutputType>Exe</OutputType>
|
||||
<RootNamespace>GodPotato</RootNamespace>
|
||||
<AssemblyName>GodPotato</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<Deterministic>true</Deterministic>
|
||||
<TargetFrameworkProfile />
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
|
||||
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
|
||||
|
||||
Reference in New Issue
Block a user