Rearranged some types in both the library and executable targets.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import Logging
|
||||
|
||||
public protocol AppArguments {
|
||||
|
||||
// MARK: Properties
|
||||
|
||||
var hostname: String { get }
|
||||
var logLevel: Logger.Level? { get }
|
||||
var port: Int { get }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user