We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02f2eb commit 78bc99aCopy full SHA for 78bc99a
2 files changed
docs/gui/create-item.rst
@@ -37,6 +37,8 @@ Examples
37
Options
38
-------
39
40
+``--multi``
41
+ Also prompt for the quantity of items to create.
42
``--unit <id>``
43
Use the specified unit as the "creator" of the generated item instead of the
44
selected unit.
gui/create-item.lua
@@ -249,7 +249,6 @@ utils=require('utils')
249
250
validArgs = utils.invert({
251
'startup',
252
- 'all',
253
'restrictive',
254
'unit',
255
'multi'
0 commit comments