1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

docs: fix markdown lint issues in command docs

This commit is contained in:
albertony
2025-08-24 21:12:04 +02:00
parent 514535ad46
commit 2e02d49578
81 changed files with 963 additions and 719 deletions

View File

@@ -73,16 +73,18 @@ var commandDefinition = &cobra.Command{
For example
$ rclone tree remote:path
/
├── file1
├── file2
├── file3
└── subdir
├── file4
── file5
` + "```text" + `
$ rclone tree remote:path
/
├── file1
├── file2
├── file3
└── subdir
── file4
└── file5
1 directories, 5 files
1 directories, 5 files
` + "```" + `
You can use any of the filtering options with the tree command (e.g.
` + "`--include` and `--exclude`" + `. You can also use ` + "`--fast-list`" + `.
@@ -93,8 +95,7 @@ sizes with ` + "`--size`" + `. Note that not all of them have
short options as they conflict with rclone's short options.
For a more interactive navigation of the remote see the
[ncdu](/commands/rclone_ncdu/) command.
`,
[ncdu](/commands/rclone_ncdu/) command.`,
Annotations: map[string]string{
"versionIntroduced": "v1.38",
"groups": "Filter,Listing",