Merge branch 'feature/create-basic-project' into feature/create-project-root
# Conflicts: # Sources/Executable/Commands/Create.swift
This commit is contained in:
commit
75978f75b3
@ -22,8 +22,10 @@ extension Colibri {
|
||||
let fileService = FileService()
|
||||
let createRootFolder = CreateRootFolderTask(fileService: fileService)
|
||||
|
||||
let rootFolder = try await createRootFolder(name: options.name,
|
||||
at: options.locationURL)
|
||||
let rootFolder = try await createRootFolder(
|
||||
name: options.name,
|
||||
at: options.locationURL
|
||||
)
|
||||
|
||||
print(rootFolder)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user