mirror of
https://github.com/containers/podman.git
synced 2025-06-28 05:58:50 +08:00
podman-remote make --size optional in ps
Close #3578 Add `size` field to PsOpts in podman remote to receive size as an option. Signed-off-by: Qi Wang <qiwan@redhat.com>
This commit is contained in:
@ -191,7 +191,7 @@ func makePsOpts(inOpts iopodman.PsOpts) shared.PsOptions {
|
||||
Latest: derefBool(inOpts.Latest),
|
||||
NoTrunc: derefBool(inOpts.NoTrunc),
|
||||
Pod: derefBool(inOpts.Pod),
|
||||
Size: true,
|
||||
Size: derefBool(inOpts.Size),
|
||||
Sort: derefString(inOpts.Sort),
|
||||
Namespace: true,
|
||||
Sync: derefBool(inOpts.Sync),
|
||||
|
Reference in New Issue
Block a user