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
=====
Tags: system
Tags: :dfhack-tag:`system`
:dfhack-keybind:`alias`
:index:`Configure helper aliases for other DFHack commands.

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

@ -1,10 +1,10 @@
devel/dump-rpc
==============
Tags: system
Tags: :dfhack-tag:`system`
: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.>`
Usage::

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

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

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

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

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

@ -1,11 +1,11 @@
hide
====
Tags: system
Tags: :dfhack-tag:`system`
:dfhack-keybind:`hide`
:index:`Hides the DFHack terminal window.
<hide; Hides the DFHack terminal window.>` You can show it again with the `show`
:index:`Hide the DFHack terminal window.
<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
in-game `command-prompt`.

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

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

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

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

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

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

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

@ -1,11 +1,11 @@
script
======
Tags: system
Tags: :dfhack-tag:`system`
:dfhack-keybind:`script`
:index:`Executes a batch file of DFHack commands.
<script; Executes a batch file of DFHack commands.>` It reads a text file and
:index:`Execute a batch file of DFHack commands.
<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 --
treating the input like `an init file <init-files>`.

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

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

@ -1,11 +1,11 @@
type
====
Tags: system
Tags: :dfhack-tag:`system`
:dfhack-keybind:`type`
:index:`Describes how a command is implemented.
<type; Describes how a command is implemented.>` DFHack commands can be provided
:index:`Describe how a command is implemented.
<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
tell you which is the source of a particular command.

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