Add all parameter

Signed-off-by: Julien Tant <julien@craftyx.fr>
This commit is contained in:
Julien Tant 2021-05-01 19:24:07 -07:00
parent 8f9ce9d763
commit c2f2196d30
3 changed files with 38 additions and 18 deletions

View file

@ -277,6 +277,7 @@ type PsOptions struct {
type CopyOptions struct {
Source string
Destination string
All bool
Index int
FollowLink bool
CopyUIDGID bool