Skip to content

Commit 059b213

Browse files
committed
delete docs
1 parent 3ea45b7 commit 059b213

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

source/data_help.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ $1Commands$0
4040
$1render$0 start the render queue
4141
$1clean$0 remove finished orders
4242
$1redo$0 reset an order so it can go again
43+
$1delete$0 delete an order immediately
4344
$1targets$0 view and add Blender targets
4445
4546
$1help$0 print this message and others
@@ -65,6 +66,15 @@ $1Hard$0
6566
$1--hard$0
6667
6768
Removes $1all$0 orders, regardless of status.
69+
`
70+
case "delete":
71+
return `
72+
Delete instantly removes a specific order from the queue.
73+
74+
$1Redo Usage$0
75+
----------
76+
77+
$1delete [name]$0
6878
`
6979
case "init":
7080
return `

text/help.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ $1Commands$0
1212
$1render$0 start the render queue
1313
$1clean$0 remove finished orders
1414
$1redo$0 reset an order so it can go again
15+
$1delete$0 delete an order immediately
1516
$1targets$0 view and add Blender targets
1617

1718
$1help$0 print this message and others

text/help_delete.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Delete instantly removes a specific order from the queue.
2+
3+
$1Redo Usage$0
4+
----------
5+
6+
$1delete [name]$0

0 commit comments

Comments
 (0)