Added the Outdated command to the subcommand lists of the Colibri command in the executable target.
This commit is contained in:
parent
a52cfb295c
commit
bd3963b9f1
@ -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
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user