Defined the Create subcommand as the default command for the Colibri command in the executable target.

This commit is contained in:
Javier Cicchelli 2025-02-18 23:56:35 +01:00
parent d548cf4e6c
commit 03bb962cf8

View File

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