spiegel_podman/cmd/podman/common
Paul Holzinger cb9a45630f
shell completion --format: use anonymous struct field once
We should not include the anonymous twice in the suggestions.

one example is `podman network ls --format {{.` it will also show
`{{.Network` but since Network is the actual struct all fields are
already shown so there is no need for it to be suggested.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-04-28 15:11:25 +02:00
..
completion.go shell completion --format: use anonymous struct field once 2022-04-28 15:11:25 +02:00
completion_test.go shell completion --format: use anonymous struct field once 2022-04-28 15:11:25 +02:00
create.go enable gocritic linter 2022-04-26 18:12:22 +02:00
create_opts.go Implements Windows volume/mount support 2022-04-25 13:52:27 -05:00
create_test.go bump go module to version 4 2022-01-18 12:47:07 +01:00
default.go bump go module to version 4 2022-01-18 12:47:07 +01:00
diffChanges.go bump go module to version 4 2022-01-18 12:47:07 +01:00
netflags.go Move each search dns to its own line 2022-02-02 11:01:09 -05:00