From 480d66f88b9f406cdba64d5cf1a74e105de56129 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 5 Oct 2025 16:11:06 -0400 Subject: [PATCH] Add a couple remarks --- SabreTools.CommandLine/Inputs/UserInput.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SabreTools.CommandLine/Inputs/UserInput.cs b/SabreTools.CommandLine/Inputs/UserInput.cs index 3a187af..634c914 100644 --- a/SabreTools.CommandLine/Inputs/UserInput.cs +++ b/SabreTools.CommandLine/Inputs/UserInput.cs @@ -20,11 +20,13 @@ namespace SabreTools.CommandLine.Inputs /// /// Short description of the input /// + /// Should be a single printable line public string Description { get; } /// /// Optional detailed description of the input /// + /// Can include newlines and additional formatting private string? LongDescription { get; } #endregion