From e5e6dab51563c0048d549491d92f51c66ea072d1 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Thu, 20 Feb 2025 00:24:14 +0100 Subject: [PATCH] Added the Open command to the subcommands lists of the Colibri command in the executable target. --- Executable/Sources/Colibri.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Executable/Sources/Colibri.swift b/Executable/Sources/Colibri.swift index d39fac1..a32b262 100644 --- a/Executable/Sources/Colibri.swift +++ b/Executable/Sources/Colibri.swift @@ -11,6 +11,7 @@ struct Colibri: AsyncParsableCommand { Build.self, Clean.self, Create.self, + Open.self, Outdated.self, Update.self ],