mirror of https://github.com/rclone/rclone
This change addresses two issues with commands that re-used flags from common packages: 1) cobra.Command definitions did not include the command specific prefix in doc strings. 2) Command specific flag prefixes were added after generating command doc strings. |
||
|---|---|---|
| .. | ||
| serve | ||
| templates | ||
| testdata | ||
| auth.go | ||
| auth_test.go | ||
| context.go | ||
| middleware.go | ||
| middleware_test.go | ||
| server.go | ||
| server_test.go | ||
| template.go | ||
| template_test.go | ||