mirror of https://github.com/containers/podman.git
Remove TODO from pods/ps.go
The TODO has already been fixed. Filters is now a []string [NO NEW TESTS NEEDED] Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
This commit is contained in:
parent
e11feb2309
commit
32aa12a285
|
@ -49,7 +49,6 @@ func init() {
|
|||
flags.BoolVar(&psInput.CtrNames, "ctr-names", false, "Display the container names")
|
||||
flags.BoolVar(&psInput.CtrIds, "ctr-ids", false, "Display the container UUIDs. If no-trunc is not set they will be truncated")
|
||||
flags.BoolVar(&psInput.CtrStatus, "ctr-status", false, "Display the container status")
|
||||
// TODO should we make this a [] ?
|
||||
|
||||
filterFlagName := "filter"
|
||||
flags.StringSliceVarP(&inputFilters, filterFlagName, "f", []string{}, "Filter output based on conditions given")
|
||||
|
|
Loading…
Reference in New Issue