mirror of
https://github.com/SabreTools/SabreTools.CommandLine.git
synced 2026-09-21 14:14:58 +00:00
Add a couple remarks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user