Adds container builder rm alias. (#505)

This commit is contained in:
J Logan
2025-08-15 16:55:21 -07:00
committed by GitHub
parent 049adc96ea
commit e616143b95
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"originHash" : "304f2eb9aa5781102011b6bc2d4ed9b8741ed72129eedb288eb820d3cc37821b",
"originHash" : "388853c84ed313a0d621ec8c76e4334a5035d092adbe906e7a48dd3c8bf54439",
"pins" : [
{
"identity" : "async-http-client",
+1
View File
@@ -24,6 +24,7 @@ extension Application {
public static var configuration: CommandConfiguration {
var config = CommandConfiguration()
config.commandName = "delete"
config.aliases = ["rm"]
config._superCommandName = "builder"
config.abstract = "Delete builder"
config.usage = "\n\t builder delete [command options]"