document autochop properties

develop
Myk Taylor 2023-11-03 11:33:43 -07:00
parent f2cbc2d3e5
commit 4d9e6d53f5
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

@ -2245,6 +2245,12 @@ Symbol Meaning Properties
specified ``name`` if it doesn't already exist. specified ``name`` if it doesn't already exist.
``civalert``: if set to ``true``, will register this burrow with ``civalert``: if set to ``true``, will register this burrow with
`gui/civ-alert` if no burrow has already been registered. `gui/civ-alert` if no burrow has already been registered.
``autochop_clear``: if set to ``true``, register the burrow with
`autochop` so that all trees in the burrow are immediately
chopped down, regardless of how many logs are in stock.
``autochop_chop``: if set to ``true``, register the burrow with
``autochop`` so that woodcutting activity is constrained to this
burrow (and others marked for ``chop``).
``e`` erase ``name``: if set, will only affect the first burrow of the given ``e`` erase ``name``: if set, will only affect the first burrow of the given
name. if not set, will affect all burrows that cover the given name. if not set, will affect all burrows that cover the given
tiles. tiles.

@ -51,7 +51,7 @@ function parse_commandline(...)
local args, opts = {...}, {} local args, opts = {...}, {}
local positionals = process_args(opts, args) local positionals = process_args(opts, args)
if opts.help then if opts.help or not positionals then
return false return false
end end