Добавьте файлы проекта.
This commit is contained in:
9
ArgumentsToolkit.Help/Formatters/IHelpFormatter.cs
Normal file
9
ArgumentsToolkit.Help/Formatters/IHelpFormatter.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace ArgumentsToolkit.Help;
|
||||
|
||||
/// <summary>
|
||||
/// Интерфейс для форматирования справки в разные форматы.
|
||||
/// </summary>
|
||||
public interface IHelpFormatter
|
||||
{
|
||||
string Format(HelpModel model);
|
||||
}
|
||||
Reference in New Issue
Block a user