Created the basis of the Create command in the executable target.

This commit is contained in:
2025-01-12 01:42:43 +01:00
parent 15d1e22f1c
commit db1df0ec62
3 changed files with 48 additions and 7 deletions
@@ -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")!
}