-
Notifications
You must be signed in to change notification settings - Fork 481
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add example tool documentation in proposed format * refine Tools.rst
- Loading branch information
Showing
4 changed files
with
49 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.. _tools-index: | ||
|
||
############ | ||
DFHack Tools | ||
############ | ||
|
||
These are the DFHack commands you can run. | ||
|
||
.. toctree:: | ||
:titlesonly: | ||
:glob: | ||
|
||
/docs/tools/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
cromulate | ||
========= | ||
|
||
Tags: productivity, unit, adventure | ||
:dfhack-keybind:`cromulate` | ||
|
||
Collects all widgets into a frobozz electric cromufiler. You might want to do | ||
this if you discover that your widgets have become decromulated. It is safe to | ||
run this command periodically even if you are unsure if that's the case. | ||
|
||
Usage:: | ||
|
||
cromulate [all|here] [<options>] | ||
|
||
When run without parameters, it lists all your widgets. Add the ``all`` keyword | ||
to collect all widgets into the cromufiler, or the ``here`` keyword to just | ||
collect those under the cursor. | ||
|
||
Options: | ||
|
||
:``-d``, ``--destroy``: | ||
Destroy the widgets instead of collecting them into the cromufiler. | ||
:``-q``, ``--quiet``: | ||
Don't display any informational output. Errors will still be printed to the | ||
console. | ||
|
||
Examples: | ||
|
||
- ``cromulate`` | ||
Lists all widgets and their positions | ||
- ``cromlate all`` | ||
Gather all widgets into the cromufiler | ||
- ``cromulate here --destroy`` | ||
Destroys the widgets under the cursor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters