Added the Open command to the subcommands lists of the Colibri command in the executable target.

This commit is contained in:
Javier Cicchelli 2025-02-20 00:24:14 +01:00
parent 77363a7c0e
commit e5e6dab515

View File

@ -11,6 +11,7 @@ struct Colibri: AsyncParsableCommand {
Build.self,
Clean.self,
Create.self,
Open.self,
Outdated.self,
Update.self
],