Implemented the Clean subcommand #8

Merged
javier merged 3 commits from command/clean-project into main 2025-02-19 01:02:33 +00:00
Showing only changes of commit ab0ba77193 - Show all commits

View File

@ -9,6 +9,7 @@ struct Colibri: AsyncParsableCommand {
abstract: "The utility to manage your Hummingbird apps",
subcommands: [
Build.self,
Clean.self,
Create.self,
Outdated.self,
Update.self