add review bool to toolkit
This commit is contained in:
parent
cfd191b967
commit
8be3a6a0ae
1589
review/all.json
1589
review/all.json
File diff suppressed because one or more lines are too long
@ -64,6 +64,19 @@ def kindOf [client_side: string, server_side: string] string {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export def review [...review: string] {
|
||||||
|
(
|
||||||
|
open all.json |
|
||||||
|
upsert review {
|
||||||
|
if $in.slug in $review {
|
||||||
|
true
|
||||||
|
}
|
||||||
|
} |
|
||||||
|
save all.json -f
|
||||||
|
)
|
||||||
|
updateMods
|
||||||
|
}
|
||||||
|
|
||||||
export def conflicts [mod: string, ...conflicts: string] {
|
export def conflicts [mod: string, ...conflicts: string] {
|
||||||
(
|
(
|
||||||
open all.json |
|
open all.json |
|
||||||
|
Loading…
Reference in New Issue
Block a user