Integrated the AppOptions options to the"init(name: archivesPath: )" initialisation function for the AppBuilder type in the library target.
This commit is contained in:
@@ -11,7 +11,10 @@ struct App: AsyncParsableCommand {
|
||||
// MARK: Functions
|
||||
|
||||
mutating func run() async throws {
|
||||
let appBuilder = AppBuilder(appName: "Doxy")
|
||||
let appBuilder = AppBuilder(
|
||||
name: options.name,
|
||||
archivesPath: options.archivesPath
|
||||
)
|
||||
|
||||
let app = try await appBuilder(options)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user