Improved the Build subcommand to support the building of Docker images #11

Merged
javier merged 10 commits from setup/docker into main 2025-02-22 00:33:53 +00:00
Showing only changes of commit 613444ccde - Show all commits

View File

@ -6,6 +6,9 @@ extension Colibri.Build {
// MARK: Properties
@Option(name: .shortAndLong)
var artifact: Artifact = .executable
@Option(name: .shortAndLong)
var location: String?