build: update all dependencies and fix deprecations

This commit is contained in:
Nick Craig-Wood
2025-02-26 18:00:58 +00:00
parent bf150a5b7d
commit 431386085f
7 changed files with 211 additions and 202 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ rclone.org website.`,
// Write the flags page
var buf bytes.Buffer
cmd.Root.SetOutput(&buf)
cmd.Root.SetOut(&buf)
cmd.Root.SetArgs([]string{"help", "flags"})
cmd.GeneratingDocs = true
err = cmd.Root.Execute()