Added the "archivesPath" and the "name" properties to the AppArguments protocol in the library target.
This commit is contained in:
@@ -2,9 +2,11 @@ import DoxyLibrary
|
||||
import Logging
|
||||
|
||||
struct TestArguments: AppArguments {
|
||||
|
||||
|
||||
// MARK: Properties
|
||||
|
||||
|
||||
let name = "DoxyTest"
|
||||
let archivesPath = "Resources/Archives/Test"
|
||||
let hostname = "127.0.0.1"
|
||||
let logLevel: Logger.Level? = .trace
|
||||
let port = 0
|
||||
|
||||
Reference in New Issue
Block a user