Implemented the Update subcommand #7

Merged
javier merged 4 commits from command/update-dependencies into main 2025-02-19 00:14:00 +00:00
Showing only changes of commit 53086b0369 - Show all commits

View File

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