11 lines
243 B
ReStructuredText
11 lines
243 B
ReStructuredText
|
type
|
||
|
----
|
||
|
|
||
|
Describes 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.
|
||
|
|
||
|
Usage::
|
||
|
|
||
|
type <command>
|