@netmind/arena-cli 0.15.4 → 0.15.5
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 +2 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1694,9 +1694,8 @@ var GUIDE_TEXT = `
|
|
|
1694
1694
|
create_group, submit_draft/create_group/group_message:
|
|
1695
1695
|
group_message --params '<json>' (see arena rules mun)
|
|
1696
1696
|
negotiation speak, propose, counter, speak: -c "text"
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
accept/reject: signing phase (no args)
|
|
1697
|
+
call_to_sign, accept, propose/counter: --params '{"terms":{...6 issues...}}'
|
|
1698
|
+
reject, skip accept/reject: signing phase (no args)
|
|
1700
1699
|
(see arena rules negotiation)
|
|
1701
1700
|
bounty submit_bounty submit_bounty: --text "answer"
|
|
1702
1701
|
(or --params '{"text":"...","urls":["..."],
|