mirror of
https://github.com/apple/container.git
synced 2026-07-21 08:51:31 +00:00
Adds container builder rm alias. (#505)
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"originHash" : "304f2eb9aa5781102011b6bc2d4ed9b8741ed72129eedb288eb820d3cc37821b",
|
||||
"originHash" : "388853c84ed313a0d621ec8c76e4334a5035d092adbe906e7a48dd3c8bf54439",
|
||||
"pins" : [
|
||||
{
|
||||
"identity" : "async-http-client",
|
||||
|
||||
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user