update tags and text for builtins

develop
myk002 2022-07-22 10:01:04 -07:00
parent bd58158126
commit 3175e8b33d
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
21 changed files with 32 additions and 32 deletions

@ -1,7 +1,7 @@
alias alias
===== =====
Tags: system Tags: :dfhack-tag:`system`
:dfhack-keybind:`alias` :dfhack-keybind:`alias`
:index:`Configure helper aliases for other DFHack commands. :index:`Configure helper aliases for other DFHack commands.

@ -1,7 +1,7 @@
cls cls
=== ===
Tags: system Tags: :dfhack-tag:`system`
:dfhack-keybind:`cls` :dfhack-keybind:`cls`
:index:`Clear the terminal screen. <cls; Clear the terminal screen.>` Can also :index:`Clear the terminal screen. <cls; Clear the terminal screen.>` Can also

@ -1,10 +1,10 @@
devel/dump-rpc devel/dump-rpc
============== ==============
Tags: system Tags: :dfhack-tag:`system`
:dfhack-keybind:`devel/dump-rpc` :dfhack-keybind:`devel/dump-rpc`
:index:`Writes RPC endpoint information to the specified file. :index:`Write RPC endpoint information to the specified file.
<devel/dump-rpc; Writes RPC endpoint information to the specified file.>` <devel/dump-rpc; Writes RPC endpoint information to the specified file.>`
Usage:: Usage::

@ -1,8 +1,8 @@
die die
=== ===
Tags: system Tags: :dfhack-tag:`system`
:dfhack-keybind:`die` :dfhack-keybind:`die`
:index:`Instantly exits DF without saving. :index:`Instantly exit DF without saving.
<die; Instantly exits DF without saving.>` <die; Instantly exit DF without saving.>`

@ -1,7 +1,7 @@
disable disable
======= =======
Tags: system Tags: :dfhack-tag:`system`
:dfhack-keybind:`disable` :dfhack-keybind:`disable`
:index:`Deactivate a DFHack tool that has some persistent effect. :index:`Deactivate a DFHack tool that has some persistent effect.

@ -1,7 +1,7 @@
enable enable
====== ======
Tags: system Tags: :dfhack-tag:`system`
:dfhack-keybind:`enable` :dfhack-keybind:`enable`
:index:`Activate a DFHack tool that has some persistent effect. :index:`Activate a DFHack tool that has some persistent effect.

@ -1,7 +1,7 @@
fpause fpause
====== ======
Tags: system Tags: :dfhack-tag:`system`
:dfhack-keybind:`fpause` :dfhack-keybind:`fpause`
:index:`Forces DF to pause. <fpause; Forces DF to pause.>` This is useful when :index:`Forces DF to pause. <fpause; Forces DF to pause.>` This is useful when

@ -1,7 +1,7 @@
help help
==== ====
Tags: system Tags: :dfhack-tag:`system`
:dfhack-keybind:`help` :dfhack-keybind:`help`
:index:`Display help about a command or plugin. :index:`Display help about a command or plugin.

@ -1,11 +1,11 @@
hide hide
==== ====
Tags: system Tags: :dfhack-tag:`system`
:dfhack-keybind:`hide` :dfhack-keybind:`hide`
:index:`Hides the DFHack terminal window. :index:`Hide the DFHack terminal window.
<hide; Hides the DFHack terminal window.>` You can show it again with the `show` <hide; Hide the DFHack terminal window.>` You can show it again with the `show`
command, though you'll need to use it from a `keybinding` set beforehand or the command, though you'll need to use it from a `keybinding` set beforehand or the
in-game `command-prompt`. in-game `command-prompt`.

@ -1,7 +1,7 @@
keybinding keybinding
========== ==========
Tags: system Tags: :dfhack-tag:`system`
:dfhack-keybind:`keybinding` :dfhack-keybind:`keybinding`
:index:`Create hotkeys that will run DFHack commands. :index:`Create hotkeys that will run DFHack commands.

@ -1,7 +1,7 @@
kill-lua kill-lua
======== ========
Tags: system Tags: :dfhack-tag:`system`
:dfhack-keybind:`kill-lua` :dfhack-keybind:`kill-lua`
:index:`Gracefully stops any currently-running Lua scripts. :index:`Gracefully stops any currently-running Lua scripts.

@ -1,7 +1,7 @@
load load
==== ====
Tags: system Tags: :dfhack-tag:`system`
:dfhack-keybind:`load` :dfhack-keybind:`load`
:index:`Load and register a plugin library. :index:`Load and register a plugin library.

@ -1,7 +1,7 @@
ls ls
== ==
Tags: system Tags: :dfhack-tag:`system`
:dfhack-keybind:`ls` :dfhack-keybind:`ls`
:index:`List available DFHack commands. <ls; List available DFHack commands.>` :index:`List available DFHack commands. <ls; List available DFHack commands.>`

@ -1,11 +1,11 @@
plug plug
==== ====
Tags: system Tags: :dfhack-tag:`system`
:dfhack-keybind:`plug` :dfhack-keybind:`plug`
:index:`Lists available plugins and whether they are enabled. :index:`List available plugins and whether they are enabled.
<plug; Lists available plugins and whether they are enabled.>` <plug; List available plugins and whether they are enabled.>`
Usage: Usage:

@ -1,7 +1,7 @@
reload reload
====== ======
Tags: system Tags: :dfhack-tag:`system`
:dfhack-keybind:`reload` :dfhack-keybind:`reload`
:index:`Reload a loaded plugin. <reload; Reload a loaded plugin.>` Developers :index:`Reload a loaded plugin. <reload; Reload a loaded plugin.>` Developers

@ -1,7 +1,7 @@
sc-script sc-script
========= =========
Tags: system Tags: :dfhack-tag:`system`
:dfhack-keybind:`sc-script` :dfhack-keybind:`sc-script`
:index:`Run commands when game state changes occur. :index:`Run commands when game state changes occur.

@ -1,11 +1,11 @@
script script
====== ======
Tags: system Tags: :dfhack-tag:`system`
:dfhack-keybind:`script` :dfhack-keybind:`script`
:index:`Executes a batch file of DFHack commands. :index:`Execute a batch file of DFHack commands.
<script; Executes a batch file of DFHack commands.>` It reads a text file and <script; Execute a batch file of DFHack commands.>` It reads a text file and
runs each line as a DFHack command as if it had been typed in by the user -- runs each line as a DFHack command as if it had been typed in by the user --
treating the input like `an init file <init-files>`. treating the input like `an init file <init-files>`.

@ -1,7 +1,7 @@
show show
==== ====
Tags: system Tags: :dfhack-tag:`system`
:dfhack-keybind:`show` :dfhack-keybind:`show`
:index:`Unhides the DFHack terminal window. :index:`Unhides the DFHack terminal window.

@ -1,7 +1,7 @@
tags tags
==== ====
Tags: system Tags: :dfhack-tag:`system`
:dfhack-keybind:`tags` :dfhack-keybind:`tags`
:index:`List the strings that DFHack tools can be tagged with. :index:`List the strings that DFHack tools can be tagged with.

@ -1,11 +1,11 @@
type type
==== ====
Tags: system Tags: :dfhack-tag:`system`
:dfhack-keybind:`type` :dfhack-keybind:`type`
:index:`Describes how a command is implemented. :index:`Describe how a command is implemented.
<type; Describes how a command is implemented.>` DFHack commands can be provided <type; Describe how a command is implemented.>` DFHack commands can be provided
by plugins, scripts, or by the core library itself. The ``type`` command can by plugins, scripts, or by the core library itself. The ``type`` command can
tell you which is the source of a particular command. tell you which is the source of a particular command.

@ -1,7 +1,7 @@
unload unload
====== ======
Tags: system Tags: :dfhack-tag:`system`
:dfhack-keybind:`unload` :dfhack-keybind:`unload`
:index:`Unload a plugin from memory. <unload; Unload a plugin from memory.>` :index:`Unload a plugin from memory. <unload; Unload a plugin from memory.>`