diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-05-26 13:59:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-26 13:59:09 -0400 |
commit | bf403c8d3f6e7ef0d24a394506d0665fec15a592 (patch) | |
tree | 3f76b623eb786494252eaa0894a92a1d0ee4e601 /cmd/podman/pods/ps.go | |
parent | e3663fbd7a9b96095edf3771000ba77892578bb5 (diff) | |
parent | c9f6639eccd112d3d774f2e3e8fe61c3943e9caa (diff) | |
download | podman-bf403c8d3f6e7ef0d24a394506d0665fec15a592.tar.gz podman-bf403c8d3f6e7ef0d24a394506d0665fec15a592.tar.bz2 podman-bf403c8d3f6e7ef0d24a394506d0665fec15a592.zip |
Merge pull request #14373 from umohnani8/todo-2
Fix TODO in pod/ps.go and parse/net.go
Diffstat (limited to 'cmd/podman/pods/ps.go')
-rw-r--r-- | cmd/podman/pods/ps.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/pods/ps.go b/cmd/podman/pods/ps.go index a89448275..aa42e1983 100644 --- a/cmd/podman/pods/ps.go +++ b/cmd/podman/pods/ps.go @@ -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") |