You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Commandant/Option.swift
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
//
8
8
9
9
import Foundation
10
-
importLlamaKit
10
+
importResult
11
11
12
12
/// Represents a record of options for a command, which can be parsed from
13
13
/// a list of command-line arguments.
@@ -167,17 +167,17 @@ public func <*> <T, U, ClientError>(f: T -> U, value: Result<T, CommandantError<
167
167
publicfunc<*><T, U, ClientError>(f:Result<(T->U),CommandantError<ClientError>>, value:Result<T,CommandantError<ClientError>>)->Result<U,CommandantError<ClientError>>{
0 commit comments