Added the Build command to the subcommands lists of the Colibri command in the executable target
This commit is contained in:
parent
4cf3eb6784
commit
d548cf4e6c
@ -7,7 +7,10 @@ struct Colibri: AsyncParsableCommand {
|
||||
|
||||
static let configuration = CommandConfiguration(
|
||||
abstract: "The utility to manage your Hummingbird apps",
|
||||
subcommands: [Create.self]
|
||||
subcommands: [
|
||||
Build.self,
|
||||
Create.self
|
||||
],
|
||||
)
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user