Split up Command.cs to RootCommand.cs. Move Children definition to RootCommand. Add docs to Command

This commit is contained in:
Cyberboss
2017-10-18 11:52:18 -04:00
parent 1e6c34bdac
commit c70f4bbc32
2 changed files with 55 additions and 82 deletions
@@ -58,6 +58,7 @@
<Compile Include="Helpers.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Repository.cs" />
<Compile Include="RootCommand.cs" />
<Compile Include="Server.cs" />
<Compile Include="..\Version.cs" />
<Compile Include="Service.cs" />