diff options
Diffstat (limited to 'cmd/podman/cliconfig/create.go')
-rw-r--r-- | cmd/podman/cliconfig/create.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/podman/cliconfig/create.go b/cmd/podman/cliconfig/create.go index 68ba4d857..b5ca1be9c 100644 --- a/cmd/podman/cliconfig/create.go +++ b/cmd/podman/cliconfig/create.go @@ -20,3 +20,7 @@ type BuildValues struct { *buildahcli.NameSpaceResults *buildahcli.LayerResults } + +type CpValues struct { + PodmanCommand +} |