Implemented the Update subcommand #7
@@ -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
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user