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
+3 -3
View File
@@ -9,12 +9,12 @@ extension App {
@Option(name: .shortAndLong)
var hostname: String = "127.0.0.1"
@Option(name: .shortAndLong)
var logLevel: Logger.Level?
@Option(name: .shortAndLong)
var port: Int = 8080
@Option(name: .shortAndLong)
var logLevel: Logger.Level?
}
}