From ab0ba77193cd0d4a785d871c927ce453f5ae86f3 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Wed, 19 Feb 2025 02:00:37 +0100 Subject: [PATCH] Added the Clean 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 0aee64c..d39fac1 100644 --- a/Executable/Sources/Colibri.swift +++ b/Executable/Sources/Colibri.swift @@ -9,6 +9,7 @@ struct Colibri: AsyncParsableCommand { abstract: "The utility to manage your Hummingbird apps", subcommands: [ Build.self, + Clean.self, Create.self, Outdated.self, Update.self