Program Options

These options allow you to configure various aspects of the program's behavior

General Options

-v, --version

  • Displays: The program's version number and then exits.

  • Example output: 2.4.5+main.8f998cd (This might vary depending on the actual version).

-cg, --config [argument]

  • Controls: The location of the configuration folder or file.

  • Default behavior: The program uses the default configuration location

  • Example: With -cg /custom/config/path, the program will look for configuration files in the /custom/config/path directory

Advanced Args

-r, --profile [argument] (optional)

  • Specifies: The name of the profile directory, which stores authentication information

This is store in the config location

  • Default behavior: The program uses the default profile 'main'

  • Example: With -r test, the program will use a profile named test

Last updated