Implemented the Open subcommand. #9

Merged
javier merged 4 commits from command/open-project into main 2025-02-19 23:27:22 +00:00
Showing only changes of commit e5e6dab515 - Show all commits

View File

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