1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-06 02:23:24 +00:00

lsd: Add -R flag and fix and update docs for all ls commands

This commit is contained in:
Nick Craig-Wood
2018-04-25 21:06:42 +01:00
parent d0f32b62fd
commit 96a62d55a2
5 changed files with 87 additions and 4 deletions

View File

@@ -19,6 +19,15 @@ var commandDefintion = &cobra.Command{
Long: `
Lists the objects in the source path to standard output in a human
readable format with size and path. Recurses by default.
Eg
$ rclone ls swift:bucket
60295 bevajer5jef
90613 canole
94467 diwogej7
37600 fubuwic
` + lshelp.Help,
Run: func(command *cobra.Command, args []string) {
cmd.CheckArgs(1, 1, command, args)