[Help] Make items TODOs

This commit is contained in:
Matt Nadareski
2017-12-05 15:20:30 -08:00
parent c98e1c6da0
commit e1c6ecab68

View File

@@ -3,6 +3,8 @@ using System.Collections.Generic;
namespace SabreTools.Library.Help
{
// TODO: Parse and return flags from arguments
// TODO: Perform partial matching to find potentially similar features
public class Help
{
#region Private variables
@@ -289,12 +291,6 @@ namespace SabreTools.Library.Help
}
}
/*
* Here is a non-comprehensive list of things we want a help method to do:
* - Parse and return flags from arguments
* - Perform partial matching to find potentially similar features
*/
#endregion
}
}