Add lsjson command - fixes #1063

This commit is contained in:
Nick Craig-Wood
2017-06-12 18:40:20 +01:00
parent 8a6a8b9623
commit 7be49249d3
2 changed files with 148 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ import (
_ "github.com/ncw/rclone/cmd/ls"
_ "github.com/ncw/rclone/cmd/ls2"
_ "github.com/ncw/rclone/cmd/lsd"
_ "github.com/ncw/rclone/cmd/lsjson"
_ "github.com/ncw/rclone/cmd/lsl"
_ "github.com/ncw/rclone/cmd/md5sum"
_ "github.com/ncw/rclone/cmd/memtest"