1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-15 15:53:41 +00:00

Add touch command - fixes #1594

This commit is contained in:
Jakub Tasiemski
2017-11-20 12:16:05 +01:00
committed by Nick Craig-Wood
parent d8b3bf014d
commit 3cf7c61aa0
3 changed files with 133 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ import (
_ "github.com/ncw/rclone/cmd/sha1sum"
_ "github.com/ncw/rclone/cmd/size"
_ "github.com/ncw/rclone/cmd/sync"
_ "github.com/ncw/rclone/cmd/touch"
_ "github.com/ncw/rclone/cmd/tree"
_ "github.com/ncw/rclone/cmd/version"
)