We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9aade commit f631ea6Copy full SHA for f631ea6
Sources/markdown-tool/Commands/FormatCommand.swift
@@ -209,7 +209,7 @@ extension MarkdownCommand {
209
}
210
211
guard let unorderedListMarker = MarkupFormatter.Options.UnorderedListMarker(argument: unorderedListMarker) else {
212
- throw ArgumentParser.ValidationError("The value '\(self.emphasisMarker)' is invalid for '--unordered-list-marker'")
+ throw ArgumentParser.ValidationError("The value '\(self.unorderedListMarker)' is invalid for '--unordered-list-marker'")
213
214
215
let orderedListNumerals: MarkupFormatter.Options.OrderedListNumerals
0 commit comments