Added the Clean command to the subcommands lists of the Colibri command in the executable target.

This commit is contained in:
Javier Cicchelli 2025-02-19 02:00:37 +01:00
parent 0225ece2f9
commit ab0ba77193

View File

@ -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