1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-04 09:33:36 +00:00

cmd: add copyurl command - Fixes #1320

This commit is contained in:
Denis
2018-08-30 18:45:41 +03:00
committed by Nick Craig-Wood
parent de6ec8056f
commit 1c578ced1c
5 changed files with 114 additions and 38 deletions

View File

@@ -14,6 +14,7 @@ import (
_ "github.com/ncw/rclone/cmd/config"
_ "github.com/ncw/rclone/cmd/copy"
_ "github.com/ncw/rclone/cmd/copyto"
_ "github.com/ncw/rclone/cmd/copyurl"
_ "github.com/ncw/rclone/cmd/cryptcheck"
_ "github.com/ncw/rclone/cmd/cryptdecode"
_ "github.com/ncw/rclone/cmd/dbhashsum"