crypt: added cryptdecode command - #1129

This commit is contained in:
ishuah
2017-09-20 14:40:07 +03:00
committed by Nick Craig-Wood
parent c9e2739500
commit 7195e44dce
3 changed files with 65 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ import (
_ "github.com/ncw/rclone/cmd/copy"
_ "github.com/ncw/rclone/cmd/copyto"
_ "github.com/ncw/rclone/cmd/cryptcheck"
_ "github.com/ncw/rclone/cmd/cryptdecode"
_ "github.com/ncw/rclone/cmd/dbhashsum"
_ "github.com/ncw/rclone/cmd/dedupe"
_ "github.com/ncw/rclone/cmd/delete"