mirror of
https://github.com/opensim/opensim.git
synced 2026-06-04 18:06:06 +08:00
The config get command shows a current config value on the console. Now, if <key> is omitted then all the values for the given section are printed. If <section> is ommitted then all sections and all keys are printed. Current config can also be dumped to a file using "config save <path>". This can be handy for resolving or eliminating config issues