rclone/lib/http
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
..
serve build: remove unused package cmd/serve/http/data 2023-08-02 12:53:09 +01:00
templates serve http: support unix sockets and multiple listners 2022-12-15 12:38:09 +00:00
testdata http: add client certificate user auth middleware 2023-06-26 14:33:53 +01:00
auth.go docs: group the global flags and make them appear on command and flags pages 2023-08-02 12:53:09 +01:00
auth_test.go cmd/rcd: Fix command docs to include command specific prefix (#6675) 2023-03-22 11:47:35 +00:00
context.go lib/http: fix race condition 2022-12-15 12:38:09 +00:00
middleware.go http: fix webdav OPTIONS response (#6433) 2023-08-01 11:48:41 +09:00
middleware_test.go http: fix webdav OPTIONS response (#6433) 2023-08-01 11:48:41 +09:00
server.go docs: group the global flags and make them appear on command and flags pages 2023-08-02 12:53:09 +01:00
server_test.go http: fix webdav OPTIONS response (#6433) 2023-08-01 11:48:41 +09:00
template.go docs: group the global flags and make them appear on command and flags pages 2023-08-02 12:53:09 +01:00
template_test.go cmd/rcd: Fix command docs to include command specific prefix (#6675) 2023-03-22 11:47:35 +00:00