Program Arguments
Program arguments make configuration in terminal easier.
Provides a list of all available program arguments.
./void-liux-x64 --helpDescription: Runs the proxy
Usage: void-win-x64 [options]
Options: -r, --repository <repository> Provides a URI to NuGet repository [--repository https://nuget.example.com/v3/index.json or --repository https://username:password@nuget.example.com/v3/index.json]. -p, --plugin <plugin> Provides a path to the file, directory or url to load plugin. --version Show version information -?, -h, --help Show help and usage information
Plugins
Section titled “Plugins”--plugin
Allows you to specify additional plugins to load.
Example:./void-liux-x64 --plugin https://example.org/download/YoutPlugin1.dll --plugin /home/YourPlugin2.dll
--repository
Allows you to specify additional NuGet repositories to use.
Example:./void-liux-x64 --repository https://nuget.example.com/v3/index.json
Version
Section titled “Version”--version
Displays the current version of Void Proxy.
Example:./void-liux-x64 --version