Created the basis of the Create command in the executable target.
This commit is contained in:
@@ -11,6 +11,6 @@ extension URL {
|
||||
static let someExistingFile = URL(at: "/some/existing/file")
|
||||
static let someNewFolder = URL(at: "/some/new/folder")
|
||||
static let someNewFile = URL(at: "/some/new/file")
|
||||
static let someRandomURL = URL(string: "some.random.url")!
|
||||
static let someRandomURL = URL(string: "http://some.random.url")!
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user