Updated the name of the executable generated by the app target in the Package file.
This commit is contained in:
parent
cf4d06d9aa
commit
ce8f8d4d56
@ -1,8 +1,7 @@
|
|||||||
import ArgumentParser
|
import ArgumentParser
|
||||||
import DoxyLibrary
|
import DoxyLibrary
|
||||||
|
|
||||||
@main
|
@main struct Doxy: AsyncParsableCommand {
|
||||||
struct App: AsyncParsableCommand {
|
|
||||||
|
|
||||||
// MARK: Properties
|
// MARK: Properties
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ import ArgumentParser
|
|||||||
import DoxyLibrary
|
import DoxyLibrary
|
||||||
import Logging
|
import Logging
|
||||||
|
|
||||||
extension App {
|
extension Doxy {
|
||||||
struct Options: AppArguments, ParsableArguments {
|
struct Options: AppArguments, ParsableArguments {
|
||||||
|
|
||||||
// MARK: Properties
|
// MARK: Properties
|
||||||
|
@ -9,7 +9,7 @@ let package = Package(
|
|||||||
.macOS(.v14)
|
.macOS(.v14)
|
||||||
],
|
],
|
||||||
products: [
|
products: [
|
||||||
.executable(name: "App", targets: ["DoxyApp"])
|
.executable(name: "doxy", targets: ["DoxyApp"])
|
||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.3.0"),
|
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.3.0"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user