mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-25 09:35:48 +01:00
Move :rehash to the proper help file.
This commit is contained in:
@@ -369,28 +369,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
|
|||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
|
||||||
<tags>:reh :rehash</tags>
|
|
||||||
<spec>:reh<oa>ash</oa> <oa>arg</oa> …</spec>
|
|
||||||
<description>
|
|
||||||
<p>
|
|
||||||
Reload the &dactyl.appName; add-on, including all code, plugins,
|
|
||||||
and configuration. For users running directly from the development
|
|
||||||
repository, this is a good way to update to the latest version or
|
|
||||||
to test your changes.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Any arguments supplied are parsed as command-line arguments as
|
|
||||||
specified in <t>startup-options</t>.
|
|
||||||
</p>
|
|
||||||
<warning>
|
|
||||||
Not all plugins are designed to cleanly un-apply during a rehash.
|
|
||||||
While official plugins are safe, beware of possible instability
|
|
||||||
if you rehash while running third-party plugins.
|
|
||||||
</warning>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<tags>:re :reload</tags>
|
<tags>:re :reload</tags>
|
||||||
<spec>:re<oa>load</oa><oa>!</oa></spec>
|
<spec>:re<oa>load</oa><oa>!</oa></spec>
|
||||||
|
|||||||
@@ -167,6 +167,28 @@
|
|||||||
|
|
||||||
<h2 tag="restarting">Restarting</h2>
|
<h2 tag="restarting">Restarting</h2>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<tags>:reh :rehash</tags>
|
||||||
|
<spec>:reh<oa>ash</oa> <oa>arg</oa> …</spec>
|
||||||
|
<description>
|
||||||
|
<p>
|
||||||
|
Reload the &dactyl.appName; add-on, including all code, plugins,
|
||||||
|
and configuration. For users running directly from the development
|
||||||
|
repository, this is a good way to update to the latest version or
|
||||||
|
to test your changes.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Any arguments supplied are parsed as command-line arguments as
|
||||||
|
specified in <t>startup-options</t>.
|
||||||
|
</p>
|
||||||
|
<warning>
|
||||||
|
Not all plugins are designed to cleanly un-apply during a rehash.
|
||||||
|
While official plugins are safe, beware of possible instability
|
||||||
|
if you rehash while running third-party plugins.
|
||||||
|
</warning>
|
||||||
|
</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<tags>:res :restart</tags>
|
<tags>:res :restart</tags>
|
||||||
<spec>:res<oa>tart</oa></spec>
|
<spec>:res<oa>tart</oa></spec>
|
||||||
|
|||||||
Reference in New Issue
Block a user