syncthing/cmd/syncthing/cmdutil
Jakob Borg b99dee3ac3
cmd/syncthing: Add environment variables for --home, --conf, and --data (fixes #8957) (#8952)
This allows environment overrides for our directories. This is
advantageous because, apart from the obvious, it means we can set it in
the Docker file and not add command line options there. Having the
command line option as we did meant that it was impossible to use the
Docker image for other commands than `serve` (because that is implied
when we see other options on the command line).
2023-06-28 07:03:36 +02:00
..
options_common.go cmd/syncthing: Add environment variables for --home, --conf, and --data (fixes #8957) (#8952) 2023-06-28 07:03:36 +02:00
options_others.go cmd/syncthing: Implement generate as a subcommand with optional API credential setting (fixes #8021) (#8043) 2021-11-18 22:57:59 +01:00
options_windows.go cmd/syncthing: Implement generate as a subcommand with optional API credential setting (fixes #8021) (#8043) 2021-11-18 22:57:59 +01:00
util.go Normalize CLI options to always use two dashes. (#8037) 2021-11-04 08:42:55 +01:00