Implemented the Create subcommand #5

Merged
javier merged 6 commits from feature/project-management into main 2025-02-18 23:03:52 +00:00
Showing only changes of commit 03bb962cf8 - Show all commits

View File

@ -11,6 +11,7 @@ struct Colibri: AsyncParsableCommand {
Build.self,
Create.self
],
defaultSubcommand: Create.self
)
}