github.com/artpar/rclone@v1.67.3/docs/layouts/section/commands.html (about) 1 {{ define "main" }} 2 <h1>Rclone Commands</h1> 3 <p> 4 This is an index of all commands in rclone. Run <code>rclone 5 command --help</code> to see the help for that command. 6 </p> 7 <table> 8 <thead> 9 <tr> 10 <th>Command</th> 11 <th>Description</th> 12 </tr> 13 </thead> 14 <tbody> 15 {{ range .Data.Pages }} 16 <tr> 17 <td><a href="{{ .RelPermalink }}">{{ .Title | markdownify }}</a></td> 18 <td>{{ .Description | markdownify }}</td> 19 </tr> 20 {{ end }} 21 </tbody> 22 </table> 23 {{ end }}