feat: Introduce Summary and Professional skills, replacing the old style mode and text structuring configuration options.
This commit is contained in:
@@ -21,11 +21,9 @@ public static class ShowCommand
|
||||
table.AddRow("Spoken Language", $"[yellow]{(string.IsNullOrEmpty(config.WhisperLanguage) ? "Auto" : config.WhisperLanguage)}[/]");
|
||||
table.AddRow("Typing Backend", config.TypingBackend);
|
||||
table.AddRow("Active Skills", string.Join(", ", config.ActiveSkills));
|
||||
table.AddRow("Style Mode", config.StyleMode);
|
||||
|
||||
table.AddRow("Punctuation Module", config.ModulePunctuation.ToString());
|
||||
table.AddRow("Technical Sanitization", config.ModuleTechnicalSanitization.ToString());
|
||||
table.AddRow("Bullet Points", config.StructureBulletPoints.ToString());
|
||||
table.AddRow("Smart Paragraphing", config.StructureSmartParagraphing.ToString());
|
||||
|
||||
AnsiConsole.Write(table);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user