rclone/fs/rc
Nick Craig-Wood bff702a6f1 docs: group the global flags and make them appear on command and flags pages
This adds an additional parameter to the creation of each flag. This
specifies one or more flag groups. This **must** be set for global
flags and **must not** be set for local flags.

This causes flags.md to be built with sections to aid comprehension
and it causes the documentation pages for each command (and the
`--help`) to be built showing the flags groups as specified in the
`groups` annotation on the command.

See: https://forum.rclone.org/t/make-docs-for-mortals-not-only-rclone-gurus/39476/
2023-08-02 12:53:09 +01:00
..
jobs rc: add execute-id for job-id 2023-07-28 18:35:14 +09:00
js WASM: comply with wasm_exec.js licence terms 2022-12-07 15:25:46 +00:00
rcflags docs: group the global flags and make them appear on command and flags pages 2023-08-02 12:53:09 +01:00
rcserver http: CORS should not be send if not set (#6433) 2023-07-29 16:12:31 +09:00
webgui webgui: remove unused code (fixes issue reported by the unused linter) 2023-03-26 14:28:15 +02:00
cache.go rc: allow fs= params to be a JSON blob 2021-03-30 17:07:27 +01:00
cache_test.go mockfs: make it so it can be registered as an Fs 2023-04-28 14:31:05 +01:00
config.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
config_test.go rcd: refactor rclone rc server to use lib/http 2022-12-15 12:38:09 +00:00
internal.go build: update to go1.21rc3 and make go1.19 the minimum required version 2023-07-16 10:09:25 +01:00
internal_test.go rc: fix core/command giving 500 internal error - fixes #4914 2021-01-10 16:34:46 +00:00
params.go build: reformat comments to pass go1.19 vet 2022-08-05 16:35:41 +01:00
params_test.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
rc.go http servers: allow CORS to be set with --allow-origin flag - fixes #5078 2023-07-26 10:15:54 +01:00
rc_test.go fs/rc: add more infrastructure to help writing rc functions 2018-11-02 17:32:20 +00:00
registry.go config: fixed issues with flags/options set by environment vars. 2021-07-05 16:38:20 +01:00