Added the Update command to the subcommands lists of the Colibri command in the executable target.
This commit is contained in:
parent
97467f2ed8
commit
53086b0369
@ -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
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user