# Command line arguments

With the argument --config-file, you can provide additional configuration files for ELO Sync.

The files must exist, otherwise ELO Sync can't be started.

# Examples

# Windows

On Windows, additional configuration files can be provided with the following command:

& .\Elo.Sync.Main.exe --config-file /path/to/config.json
& .\Elo.Sync.Main.exe --config-file=/path/to/config.json
dotnet run Elo.Sync.Main.dll --config-file /path/to/config.json
dotnet run Elo.Sync.Main.dll --config-file=/path/to/config.json

# Linux

On Linux, additional configuration files can be provided with the following Bash command:

./Elo.Sync.Main --config-file /path/to/config.json
./Elo.Sync.Main --config-file=/path/to/config.json
dotnet run Elo.Sync.Main.dll --config-file /path/to/config.json
dotnet run Elo.Sync.Main.dll --config-file=/path/to/config.json
Last updated: February 14, 2025 at 4:15 PM