Skip to content

Commit

Permalink
Revert "TunesCommand is now part of the library (#562)" (#563)
Browse files Browse the repository at this point in the history
This reverts commit 623313a.

It has quirks yet, so back it out.
  • Loading branch information
bolsinga authored Dec 23, 2024
1 parent 623313a commit b0f7ece
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import ArgumentParser
import Foundation
import iTunes

public struct TunesCommand: AsyncParsableCommand {
@main
public struct Program: AsyncParsableCommand {
public static let configuration = CommandConfiguration(
commandName: "tunes",
abstract: "A tool for working with iTunes data.",
Expand All @@ -11,8 +13,4 @@ public struct TunesCommand: AsyncParsableCommand {
)

public init() {} // This is public and empty to help the compiler.

public static func go(_ arguments: [String]?) async {
await Self.main(arguments)
}
}
10 changes: 0 additions & 10 deletions Sources/tunes/main.swift

This file was deleted.

0 comments on commit b0f7ece

Please sign in to comment.