/*! \page options Command line options and config files * \section cmdOptions Command line options * Load/Save Options:\n * -p : Open files as PolyMeshes\n * * Gui Options:\n * -f : Start Fullscreen\n * -l : Start with hidden logger\n * -t : Start with hidden Toolbox\n * --no-splash : Disable splash screen\n * --disable-stereo : Disable Stereo Mode\n * * OpenGL Options:\n * -profile < compat | core > : request Compatibility or %Core context ( Default = %Core )\n * -glVersion : request specified OpenGL version (Default = 3.2)\n * -samples : request MSAA with given number of samples (Default = 16)\n * -glStereo : request creation of stereo buffers * \note The OpenGL command line parameters override stored settings temporarily. To permanently store an OpenGL setting, use the options dialog. * * Log options:\n * --log-to-console ( -c ) : Write logger window contents to console\n * \note On Window Systems, using the --log-to-console option causes the creation of a console if OpenFlipper was started without one. * Otherwise the parent Console will be used for outputs. * * Other options:\n * -b : Batch mode, you have to provide a script for execution and the system will start without gui\n * --remote-control : Batch mode accepting remote connections\n * * \section confFiles Config Files * OpenFlipper uses a set of config files which are loaded at runtime and define * basic settings. Most of these settings can be made through the options dialog. * The settings are loaded from the following files in the given order while the later * files overwrites previous settings: *
    *
  • OpenFlipper.ini from the application directory
  • *
  • OpenFlipper.ini from the $HOME/.OpenFlipper
  • *
*/