We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5091d6 commit ced623aCopy full SHA for ced623a
Sources/ContainerCommands/Container/ContainerList.swift
@@ -26,7 +26,7 @@ extension Application {
26
public static let configuration = CommandConfiguration(
27
commandName: "list",
28
abstract: "List running containers",
29
- aliases: ["ls", "ps"])
+ aliases: ["ls"])
30
31
@Flag(name: .shortAndLong, help: "Include containers that are not running")
32
var all = false
0 commit comments