rclone/vfs
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
..
test_vfs
vfscache
vfscommon
vfsflags docs: group the global flags and make them appear on command and flags pages 2023-08-02 12:53:09 +01:00
vfstest
dir_handle_test.go
dir_handle.go
dir_test.go
dir.go vfs: keep virtual directory status accurate and reduce deadlock potential 2023-07-25 09:08:16 +01:00
errors_test.go
errors.go
file_test.go mockfs: make it so it can be registered as an Fs 2023-04-28 14:31:05 +01:00
file.go vfs: fix writing to a read only directory creating spurious directory entries 2023-04-18 17:33:04 +01:00
help.go
make_open_tests.go
open_test.go
rc_test.go
rc.go
read_test.go
read_write_test.go
read_write.go
read.go vfs: fix potential data race - Fixes #6962 2023-04-24 12:17:03 +01:00
vfs_case_test.go
vfs_test.go
vfs.go vfs: fix backends being Shutdown too early when startup takes a long time 2023-05-18 16:16:12 +01:00
vfstest_test.go
vstate_string.go
write_test.go vfs: fix writing to a read only directory creating spurious directory entries 2023-04-18 17:33:04 +01:00
write.go vfs: fix writing to a read only directory creating spurious directory entries 2023-04-18 17:33:04 +01:00