rclone/fs/filter
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
..
filterflags docs: group the global flags and make them appear on command and flags pages 2023-08-02 12:53:09 +01:00
filter.go filter: fix deadlock with errors on --files-from 2023-06-10 15:53:08 +01:00
filter_test.go filter: fix deadlock with errors on --files-from 2023-06-10 15:53:08 +01:00
glob.go filter: emit INFO message when can't work out directory filters 2023-02-01 14:21:45 +00:00
glob_test.go filter: add `{{ regexp }}` syntax to pattern matches - fixes #4074 2022-03-03 17:16:28 +00:00
rules.go filter: factor rules into its own file 2022-12-16 17:05:31 +00:00