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

Add listremotes command - fixes #558

This commit is contained in:
Nick Craig-Wood
2016-10-08 14:24:37 +01:00
parent 8a56a6836a
commit ace1e21894
2 changed files with 50 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ import (
_ "github.com/ncw/rclone/cmd/delete"
_ "github.com/ncw/rclone/cmd/genautocomplete"
_ "github.com/ncw/rclone/cmd/gendocs"
_ "github.com/ncw/rclone/cmd/listremotes"
_ "github.com/ncw/rclone/cmd/ls"
_ "github.com/ncw/rclone/cmd/lsd"
_ "github.com/ncw/rclone/cmd/lsl"