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 d5f7edf049 - Show all commits

View File

@ -0,0 +1,4 @@
public enum IDE: String {
case vscode
case xcode
}