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

This commit is contained in:
Javier Cicchelli 2025-02-19 01:10:28 +01:00
parent 97467f2ed8
commit 53086b0369

View File

@ -10,7 +10,8 @@ struct Colibri: AsyncParsableCommand {
subcommands: [
Build.self,
Create.self,
Outdated.self
Outdated.self,
Update.self
],
defaultSubcommand: Create.self
)