Added the Outdated command to the subcommand lists of the Colibri command in the executable target.

This commit is contained in:
Javier Cicchelli 2025-02-19 00:48:03 +01:00
parent a52cfb295c
commit bd3963b9f1

View File

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