GenerateCommands() public method

Generates Commands and EntryPoints bases on Candidates and MainCandidate.
is null.
public GenerateCommands ( ) : void
return void
 public void TestGenerateCommands()
 {
     _builder.MainCandidate = new WindowsExe
     {
         RelativePath = "test",
         Name         = "TestApp",
         Summary      = "a test app",
         Version      = new ImplementationVersion("1.0"),
         Architecture = new Architecture(OS.Windows, Cpu.All)
     };
     _builder.GenerateCommands();
 }