cleaned up code and output.
This commit is contained in:
parent
82bdfcbaa2
commit
b6581cfb47
@ -20,7 +20,6 @@ namespace RecrownedAthenaeum.Tools.CommandProcessor
|
||||
{
|
||||
ConsoleUtilities.WriteWrappedLine("\nAwaiting command.");
|
||||
string command = Console.ReadLine();
|
||||
Console.WriteLine();
|
||||
try
|
||||
{
|
||||
Process(command);
|
||||
|
@ -43,12 +43,9 @@ namespace RecrownedAthenaeum.Tools.CommandProcessor
|
||||
ConsoleUtilities.WriteWrapped(", ");
|
||||
}
|
||||
}
|
||||
foreach (string name in engineCommand.invokeStrings)
|
||||
{
|
||||
}
|
||||
ConsoleUtilities.WriteWrapped(" : ");
|
||||
ConsoleUtilities.WriteWrapped(engineCommand.Help().Replace("\n", "\n\t"), true);
|
||||
Console.WriteLine();
|
||||
Console.WriteLine("--------");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -60,9 +60,6 @@
|
||||
<Compile Include="Input\IInputListener.cs" />
|
||||
<Compile Include="Input\InputListener.cs" />
|
||||
<Compile Include="Input\InputUtilities.cs" />
|
||||
<Compile Include="obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs" />
|
||||
<Compile Include="obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs" />
|
||||
<Compile Include="obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs" />
|
||||
<Compile Include="ParticleSystem\Particle.cs" />
|
||||
<Compile Include="Persistence\PreferencesManager.cs" />
|
||||
<Compile Include="Pipeline\TextureAtlasDataReader.cs" />
|
||||
@ -81,16 +78,11 @@
|
||||
<Compile Include="UI\Modular\UIModuleGroup.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache" />
|
||||
<None Include="obj\Debug\Recrowned-Athenaeum.csproj.CoreCompileInputs.cache" />
|
||||
<None Include="obj\Debug\Recrowned-Athenaeum.csprojAssemblyReference.cache" />
|
||||
<None Include="obj\Release\Recrowned-Athenaeum.csproj.CoreCompileInputs.cache" />
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="bin\Debug\" />
|
||||
<Folder Include="bin\Release\" />
|
||||
<Folder Include="obj\Debug\TempPE\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\RecrownedAthenaeum.Pipeline\RecrownedAthenaeum.Pipeline.csproj">
|
||||
|
Loading…
Reference in New Issue
Block a user