2022-07-18 11:58:35 -06:00
|
|
|
reload
|
2022-07-20 00:01:25 -06:00
|
|
|
======
|
|
|
|
|
|
|
|
Tags: system
|
|
|
|
:dfhack-keybind:`reload`
|
2022-07-18 11:58:35 -06:00
|
|
|
|
2022-07-22 00:21:56 -06:00
|
|
|
:index:`Reload a loaded plugin. <reload; Reload a loaded plugin.>` Developers
|
|
|
|
use this command to reload a plugin that they are actively modifying. Also see
|
|
|
|
`load` and `unload` for related actions.
|
2022-07-18 11:58:35 -06:00
|
|
|
|
|
|
|
Usage::
|
|
|
|
|
|
|
|
reload <plugin> [<plugin> ...]
|
|
|
|
reload -a|--all
|
|
|
|
|
|
|
|
You can reload individual named plugins or all plugins at once. Note that
|
|
|
|
plugins are disabled after loading/reloading until you explicitly `enable`
|
|
|
|
them.
|