Skip to content

Commit

Permalink
Simplify CommandConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
cpisciotta committed Oct 21, 2024
1 parent 49f5ce8 commit b518e36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
15 changes: 0 additions & 15 deletions Sources/xcbeautify/Xcbeautify+Help.swift

This file was deleted.

7 changes: 7 additions & 0 deletions Sources/xcbeautify/Xcbeautify.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ import XcbeautifyLib

@main
struct Xcbeautify: ParsableCommand {

Check warning on line 6 in Sources/xcbeautify/Xcbeautify.swift

View workflow job for this annotation

GitHub Actions / SwiftFormat

Remove leading blank line at the start of a scope. (blankLinesAtStartOfScope)

static let configuration = CommandConfiguration(
abstract: "A tool to format `swift` and `xcodebuild` command output.",
discussion: "EXAMPLE: xcodebuild test ... | xcbeautify",
version: version
)

enum Report: String, ExpressibleByArgument {
case junit
}
Expand Down

0 comments on commit b518e36

Please sign in to comment.