Updated the name of the executable generated by the app target in the Package file.
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import ArgumentParser
|
||||
import DoxyLibrary
|
||||
|
||||
@main
|
||||
struct App: AsyncParsableCommand {
|
||||
@main struct Doxy: AsyncParsableCommand {
|
||||
|
||||
// MARK: Properties
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ import ArgumentParser
|
||||
import DoxyLibrary
|
||||
import Logging
|
||||
|
||||
extension App {
|
||||
extension Doxy {
|
||||
struct Options: AppArguments, ParsableArguments {
|
||||
|
||||
// MARK: Properties
|
||||
|
||||
Reference in New Issue
Block a user