Rearranged some types in both the library and executable targets.

This commit is contained in:
2025-02-27 23:45:21 +01:00
parent e2df0dec71
commit cef62262ed
3 changed files with 0 additions and 0 deletions
@@ -0,0 +1,11 @@
import Logging
public protocol AppArguments {
// MARK: Properties
var hostname: String { get }
var logLevel: Logger.Level? { get }
var port: Int { get }
}