Documented the AppArguments protocol and the Environment+Properties extension in the library target.

This commit is contained in:
2025-03-09 00:11:49 +01:00
parent 980c8e15f6
commit ab4a9207c5
4 changed files with 12 additions and 7 deletions
+4 -4
View File
@@ -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
}