[doc] add suggestion

This commit is contained in:
Matt Nadareski
2016-04-19 17:48:27 -07:00
parent 4575ebe2fa
commit 3cd57bcc64

View File

@@ -10,6 +10,12 @@ namespace SabreTools
{ {
private static Logger logger; private static Logger logger;
/// <summary>
/// Entry point for MergeDat program
/// </summary>
/// <param name="args">String array representing command line parameters</param>
/// TODO: @tractivo -for the A and B and AB output you could let this be determined by comparing the hashes.
/// when a hash is present in both dats then this entry goes to AB, if its only in A then it stay in A if in B then in B.
public static void Main(string[] args) public static void Main(string[] args)
{ {
Console.Clear(); Console.Clear();