cleaned up code and output.

This commit is contained in:
Harrison Deng 2018-12-09 00:55:51 -06:00
parent 82bdfcbaa2
commit b6581cfb47
3 changed files with 1 additions and 13 deletions

View File

@ -20,7 +20,6 @@ namespace RecrownedAthenaeum.Tools.CommandProcessor
{ {
ConsoleUtilities.WriteWrappedLine("\nAwaiting command."); ConsoleUtilities.WriteWrappedLine("\nAwaiting command.");
string command = Console.ReadLine(); string command = Console.ReadLine();
Console.WriteLine();
try try
{ {
Process(command); Process(command);

View File

@ -43,12 +43,9 @@ namespace RecrownedAthenaeum.Tools.CommandProcessor
ConsoleUtilities.WriteWrapped(", "); ConsoleUtilities.WriteWrapped(", ");
} }
} }
foreach (string name in engineCommand.invokeStrings)
{
}
ConsoleUtilities.WriteWrapped(" : "); ConsoleUtilities.WriteWrapped(" : ");
ConsoleUtilities.WriteWrapped(engineCommand.Help().Replace("\n", "\n\t"), true); ConsoleUtilities.WriteWrapped(engineCommand.Help().Replace("\n", "\n\t"), true);
Console.WriteLine(); Console.WriteLine("--------");
} }
} }
} }

View File

@ -60,9 +60,6 @@
<Compile Include="Input\IInputListener.cs" /> <Compile Include="Input\IInputListener.cs" />
<Compile Include="Input\InputListener.cs" /> <Compile Include="Input\InputListener.cs" />
<Compile Include="Input\InputUtilities.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="ParticleSystem\Particle.cs" />
<Compile Include="Persistence\PreferencesManager.cs" /> <Compile Include="Persistence\PreferencesManager.cs" />
<Compile Include="Pipeline\TextureAtlasDataReader.cs" /> <Compile Include="Pipeline\TextureAtlasDataReader.cs" />
@ -81,16 +78,11 @@
<Compile Include="UI\Modular\UIModuleGroup.cs" /> <Compile Include="UI\Modular\UIModuleGroup.cs" />
</ItemGroup> </ItemGroup>
<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" /> <None Include="packages.config" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Folder Include="bin\Debug\" /> <Folder Include="bin\Debug\" />
<Folder Include="bin\Release\" /> <Folder Include="bin\Release\" />
<Folder Include="obj\Debug\TempPE\" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\RecrownedAthenaeum.Pipeline\RecrownedAthenaeum.Pipeline.csproj"> <ProjectReference Include="..\RecrownedAthenaeum.Pipeline\RecrownedAthenaeum.Pipeline.csproj">