.. |_| unicode:: 0xA0 :trim: .. role:: small-caps :class: small-caps .. include:: .. index:: single:Module loader :command:`cobcrun` options Module loader :command:`cobcrun` options ========================================= The following list of options was extracted from \ :code:`cobcrun --help`\ and shows all available options for the module loader with a short description. * \ :code:`-h, --help`\ display this help and exit * \ :code:`-V, --version`\ display version information for cobcrun + runtime and exit * \ :code:`-dumpversion`\ display runtime version and exit * \ :code:`-i, --info`\ display runtime information (build/environment) * \ :code:`-v, --verbose`\ display extended output with --info * \ :code:`-c , --config=`\ set runtime configuration from * \ :code:`-r, --runtime-config`\ display current runtime configuration (value and origin for all settings) * \ :code:`-M , --module=`\ set entry point module name and/or load path where \ :code:`-M`\ module prepends any directory to the dynamic link loader library search path and any basename to the module preload list (\ :code:`COB_LIBRARY_PATH`\ and/or \ :code:`COB_PRELOAD`\ ) .. _AppendixAI: