1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-25 20:53:28 +00:00

link: allow creating public link to files and folders - closes #1562

This commit is contained in:
Stefan
2018-03-29 09:10:19 +02:00
committed by GitHub
parent 9df266a6b4
commit a8267d1628
31 changed files with 275 additions and 41 deletions

View File

@@ -21,6 +21,7 @@ import (
_ "github.com/ncw/rclone/cmd/genautocomplete"
_ "github.com/ncw/rclone/cmd/gendocs"
_ "github.com/ncw/rclone/cmd/info"
_ "github.com/ncw/rclone/cmd/link"
_ "github.com/ncw/rclone/cmd/listremotes"
_ "github.com/ncw/rclone/cmd/ls"
_ "github.com/ncw/rclone/cmd/lsd"