aragonosx:vote
Vote on a token-voting proposal.
Syntax
Section titled “Syntax”aragonosx:vote <plugin> <proposalId> <option>Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
plugin | plugin | Voting plugin holding the proposal |
proposalId | number | Proposal id |
option | string | yes, no or abstain |
Options
Section titled “Options”| Name | Type | Description |
|---|---|---|
--try-early-execution | bool | Execute in the same call if the proposal already passes |
Examples
Section titled “Examples”# Vote yes on an open token-voting proposalaragonosx:connect 0x2222222222222222222222222222222222222222 ( aragonosx:vote token-voting 3 yes)