Add a couple remarks

This commit is contained in:
Matt Nadareski
2025-10-05 16:11:06 -04:00
parent d2b3725302
commit 480d66f88b

View File

@@ -20,11 +20,13 @@ namespace SabreTools.CommandLine.Inputs
/// <summary>
/// Short description of the input
/// </summary>
/// <remarks>Should be a single printable line</remarks>
public string Description { get; }
/// <summary>
/// Optional detailed description of the input
/// </summary>
/// <remarks>Can include newlines and additional formatting</remarks>
private string? LongDescription { get; }
#endregion