Define the "archivesFolder" property for the AppBuilder builder used to be build the app in the app target.
This commit is contained in:
parent
7929f55c22
commit
a3c5cefaef
@ -11,8 +11,12 @@ struct App: AsyncParsableCommand {
|
|||||||
// MARK: Functions
|
// MARK: Functions
|
||||||
|
|
||||||
mutating func run() async throws {
|
mutating func run() async throws {
|
||||||
let builder = AppBuilder(name: "DocCRepo")
|
let appBuilder = AppBuilder(
|
||||||
let app = try await builder(options)
|
appName: "Doxy",
|
||||||
|
archivesFolder: "Resources/Archives"
|
||||||
|
)
|
||||||
|
|
||||||
|
let app = try await appBuilder(options)
|
||||||
|
|
||||||
try await app.runService()
|
try await app.runService()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user