rclone/cmd/mountlib
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
..
check_linux.go fix: mount parsing for linux 2023-07-22 17:29:20 +05:30
check_other.go mount: fix check for empty mount point on Linux #3562 2023-01-20 15:39:54 +00:00
help.go mount: Added _netdev to the example mount so it gets treated as a remote-fs rather than local-fs 2023-06-23 17:37:00 +01:00
mount.go docs: group the global flags and make them appear on command and flags pages 2023-08-02 12:53:09 +01:00
rc.go mount: error strings should not be capitalized 2023-03-26 14:28:15 +02:00
rc_test.go Replace deprecated ioutil 2022-11-07 11:41:47 +00:00
sighup.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
sighup_unsupported.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
utils.go mount: avoid incorrect or premature overlap check on windows 2023-01-24 22:27:02 +01:00