Documented the AppArguments protocol and the Environment+Properties extension in the library target.
This commit is contained in:
@@ -2,11 +2,11 @@ import AppLibrary
|
||||
import Logging
|
||||
|
||||
struct TestArguments: AppArguments {
|
||||
|
||||
|
||||
// MARK: Properties
|
||||
|
||||
|
||||
let hostname = "127.0.0.1"
|
||||
let port = 0
|
||||
let logLevel: Logger.Level? = .trace
|
||||
|
||||
let port = 0
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user