From 8695e519c65533ef7a063ab24cf533002b320a4d Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 1 Jul 2026 13:54:59 -0400 Subject: [PATCH] Add new manpage reference implementation to README --- README.MD | 1 + 1 file changed, 1 insertion(+) diff --git a/README.MD b/README.MD index e88881f..eeb68c9 100644 --- a/README.MD +++ b/README.MD @@ -65,6 +65,7 @@ Three reference feature implementations are included in the `SabreTools.CommandL | --- | --- | | `Help` | Outputs either a generic help text or one specific to a feature name included as the second argument | | `HelpExtended` | Outputs either a generic help text with extended descriptions or one specific to a feature name included as the second argument | +| `Manpage` | Outputs a roff-formatted manpage based on the current command set | | `Version` | Outputs the version number of the program, derived from the informational version | ## Releases