1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-06 10:33:34 +00:00

cmd: new command lsf

This commit is contained in:
Jakub Tasiemski
2018-01-06 15:39:31 +01:00
committed by Nick Craig-Wood
parent 8f47d7fc06
commit 0d041602cf
11 changed files with 379 additions and 0 deletions

View File

@@ -25,6 +25,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/lsf"
_ "github.com/ncw/rclone/cmd/lsjson"
_ "github.com/ncw/rclone/cmd/lsl"
_ "github.com/ncw/rclone/cmd/md5sum"