Documentation ¶ Index ¶ func Cmd(args []string) func Tar(dest string, srcStr string, option TarOption) error func Untar(src, dest string) error type CmdOption type SSHStep type TarOption Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Cmd ¶ func Cmd(args []string) func Tar ¶ func Tar(dest string, srcStr string, option TarOption) error func Untar ¶ func Untar(src, dest string) error Types ¶ type CmdOption ¶ type CmdOption struct { Env map[string]any } type SSHStep ¶ type SSHStep struct { Op string Args []string } type TarOption ¶ type TarOption struct { Cwd string } Source Files ¶ View all Source files op_abort.go op_cmd.go op_echo.go op_env.go op_glob.go op_mv.go op_need.go op_rm.go op_sleep.go op_ssh.go op_tar.go op_watch.go Directories ¶ Show internal Expand all Path Synopsis internal glob scp Click to show internal directories. Click to hide internal directories.