mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2025-02-20 07:30:58 +01:00
63 lines
1.1 KiB
ReStructuredText
63 lines
1.1 KiB
ReStructuredText
![]() |
|
||
|
.. _plugin-plugin:
|
||
|
|
||
|
The Plugin plugin
|
||
|
=================
|
||
|
|
||
|
.. command-help:
|
||
|
|
||
|
help <plugin>
|
||
|
^^^^^^^^^^^^^
|
||
|
|
||
|
Returns a useful description of how to use *<plugin>*, if the plugin has
|
||
|
one.
|
||
|
|
||
|
|
||
|
.. command-contributors:
|
||
|
|
||
|
contributors <plugin> [<nick>]
|
||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
Replies with a list of people who made contributions to a given plugin.
|
||
|
If *<nick>* is specified, that person's specific contributions will
|
||
|
be listed. Note: The *<nick>* is the part inside of the parentheses
|
||
|
in the people listing.
|
||
|
|
||
|
|
||
|
.. command-plugin:
|
||
|
|
||
|
plugin <command>
|
||
|
^^^^^^^^^^^^^^^^
|
||
|
|
||
|
Returns the name of the plugin that would be used to call *<command>*.
|
||
|
|
||
|
If it is not uniquely determined, returns list of all plugins that
|
||
|
contain *<command>*.
|
||
|
|
||
|
|
||
|
.. command-author:
|
||
|
|
||
|
author <plugin>
|
||
|
^^^^^^^^^^^^^^^
|
||
|
|
||
|
Returns the author of *<plugin>*. This is the person you should talk to
|
||
|
if you have ideas, suggestions, or other comments about a given plugin.
|
||
|
|
||
|
|
||
|
.. command-list:
|
||
|
|
||
|
list
|
||
|
^^^^
|
||
|
|
||
|
Returns a list of the currently loaded plugins.
|
||
|
|
||
|
|
||
|
.. command-plugins:
|
||
|
|
||
|
plugins <command>
|
||
|
^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
Returns the names of all plugins that contain *<command>*.
|
||
|
|
||
|
|