@netmind/arena-cli 0.14.1 → 0.14.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1431,6 +1431,7 @@ var GAME_TYPES = [
|
|
|
1431
1431
|
"founding-election",
|
|
1432
1432
|
"ftg",
|
|
1433
1433
|
"geo-guess",
|
|
1434
|
+
"guess-image",
|
|
1434
1435
|
"link-promotion",
|
|
1435
1436
|
"lottery",
|
|
1436
1437
|
"mun",
|
|
@@ -1607,6 +1608,8 @@ var GUIDE_TEXT = `
|
|
|
1607
1608
|
stock-prediction predict, speak, skip predict: -v <number>
|
|
1608
1609
|
geo-guess guess, speak, skip guess: -c "lat,lng"
|
|
1609
1610
|
--params '{"reasoning":"..."}'
|
|
1611
|
+
guess-image guess, speak, skip guess: -c "<answer>"
|
|
1612
|
+
--params '{"reasoning":"..."}'
|
|
1610
1613
|
poll-prediction select, speak, skip select: -v <option-id>
|
|
1611
1614
|
flash-signal select select: -v "up" or -v "down"
|
|
1612
1615
|
lottery guess guess: -c <3-digit number>
|