Skip to content

Commit

Permalink
remove Error
Browse files Browse the repository at this point in the history
  • Loading branch information
zunda-pixel committed Sep 8, 2023
1 parent 3d4b36c commit 88429b3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Sources/markdown-tool/MarkdownCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,6 @@ import Markdown

@main
struct MarkdownCommand: ParsableCommand {
enum Error: LocalizedError {
case couldntDecodeInputAsUTF8

var errorDescription: String? {
switch self {
case .couldntDecodeInputAsUTF8:
return "Couldn't decode input as UTF-8"
}
}
}

static let configuration = CommandConfiguration(commandName: "markdown", shouldDisplay: false, subcommands: [
DumpTree.self,
Format.self,
Expand Down

0 comments on commit 88429b3

Please sign in to comment.