Implemented the Outdated subcommand #6

Merged
javier merged 4 commits from command/outdated-dependencies into main 2025-02-18 23:50:55 +00:00
Showing only changes of commit bd3963b9f1 - Show all commits

View File

@ -9,7 +9,8 @@ struct Colibri: AsyncParsableCommand {
abstract: "The utility to manage your Hummingbird apps", abstract: "The utility to manage your Hummingbird apps",
subcommands: [ subcommands: [
Build.self, Build.self,
Create.self Create.self,
Outdated.self
], ],
defaultSubcommand: Create.self defaultSubcommand: Create.self
) )