mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Help] Make items TODOs
This commit is contained in:
@@ -3,6 +3,8 @@ using System.Collections.Generic;
|
|||||||
|
|
||||||
namespace SabreTools.Library.Help
|
namespace SabreTools.Library.Help
|
||||||
{
|
{
|
||||||
|
// TODO: Parse and return flags from arguments
|
||||||
|
// TODO: Perform partial matching to find potentially similar features
|
||||||
public class Help
|
public class Help
|
||||||
{
|
{
|
||||||
#region Private variables
|
#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
|
#endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user