1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-08 19:43:58 +00:00

cmd: deletefile command - fixes #2286

This commit is contained in:
Filip Bartodziej
2018-06-09 18:22:25 +02:00
committed by Nick Craig-Wood
parent 1053d7e123
commit d7ac4ca44e
2 changed files with 38 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ import (
_ "github.com/ncw/rclone/cmd/dbhashsum"
_ "github.com/ncw/rclone/cmd/dedupe"
_ "github.com/ncw/rclone/cmd/delete"
_ "github.com/ncw/rclone/cmd/deletefile"
_ "github.com/ncw/rclone/cmd/genautocomplete"
_ "github.com/ncw/rclone/cmd/gendocs"
_ "github.com/ncw/rclone/cmd/hashsum"