Added some more cases to the File enumeration in the library target.

This commit is contained in:
2025-01-18 13:32:59 +01:00
parent 0b69973537
commit c08dbe5602
12 changed files with 258 additions and 16 deletions
@@ -0,0 +1,12 @@
import AppLibrary
import Logging
struct TestArguments: AppArguments {
// MARK: Properties
let hostname = "127.0.0.1"
let port = 0
let logLevel: Logger.Level? = .trace
}