mirror of
https://github.com/docker/compose.git
synced 2026-08-28 12:23:49 +00:00
Add all parameter
Signed-off-by: Julien Tant <julien@craftyx.fr>
This commit is contained in:
parent
8f9ce9d763
commit
c2f2196d30
3 changed files with 38 additions and 18 deletions
|
|
@ -277,6 +277,7 @@ type PsOptions struct {
|
|||
type CopyOptions struct {
|
||||
Source string
|
||||
Destination string
|
||||
All bool
|
||||
Index int
|
||||
FollowLink bool
|
||||
CopyUIDGID bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue