Skip to content

Commit d5091d6

Browse files
committed
Add alias "ps" to container list
1 parent 821d2b6 commit d5091d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ContainerCommands/Container/ContainerList.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extension Application {
2626
public static let configuration = CommandConfiguration(
2727
commandName: "list",
2828
abstract: "List running containers",
29-
aliases: ["ls"])
29+
aliases: ["ls", "ps"])
3030

3131
@Flag(name: .shortAndLong, help: "Include containers that are not running")
3232
var all = false

0 commit comments

Comments
 (0)