-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
132 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
cardano-cli/test/cardano-cli-golden/files/golden/help/governance_answer-poll.cli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Usage: cardano-cli governance answer-poll --poll-file FILE | ||
[--answer INT] | ||
[--out-file FILE] | ||
|
||
Answer an SPO poll | ||
|
||
Available options: | ||
--poll-file FILE Filepath to the ongoing poll. | ||
--answer INT The index of the chosen answer in the poll. Optional. | ||
Asked interactively if omitted. | ||
--out-file FILE The output file. | ||
-h,--help Show this help text |
14 changes: 14 additions & 0 deletions
14
cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-poll.cli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Usage: cardano-cli governance create-poll --question STRING | ||
(--answer STRING) | ||
[--nonce UINT] | ||
--out-file FILE | ||
|
||
Create an SPO poll | ||
|
||
Available options: | ||
--question STRING The question for the poll. | ||
--answer STRING A possible choice for the poll. The option is | ||
repeatable. | ||
--nonce UINT An (optional) nonce for non-replayability. | ||
--out-file FILE The output file. | ||
-h,--help Show this help text |
12 changes: 12 additions & 0 deletions
12
cardano-cli/test/cardano-cli-golden/files/golden/help/governance_verify-poll.cli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Usage: cardano-cli governance verify-poll --poll-file FILE | ||
--tx-file FILE | ||
[--out-file FILE] | ||
|
||
Verify an answer to a given SPO poll | ||
|
||
Available options: | ||
--poll-file FILE Filepath to the ongoing poll. | ||
--tx-file FILE Filepath to the JSON TxBody or JSON Tx carrying a | ||
valid poll answer. | ||
--out-file FILE The output file. | ||
-h,--help Show this help text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_answer-poll.cli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Usage: cardano-cli legacy governance answer-poll --poll-file FILE | ||
[--answer INT] | ||
[--out-file FILE] | ||
|
||
Answer an SPO poll | ||
|
||
Available options: | ||
--poll-file FILE Filepath to the ongoing poll. | ||
--answer INT The index of the chosen answer in the poll. Optional. | ||
Asked interactively if omitted. | ||
--out-file FILE The output file. | ||
-h,--help Show this help text |
14 changes: 14 additions & 0 deletions
14
cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-poll.cli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Usage: cardano-cli legacy governance create-poll --question STRING | ||
(--answer STRING) | ||
[--nonce UINT] | ||
--out-file FILE | ||
|
||
Create an SPO poll | ||
|
||
Available options: | ||
--question STRING The question for the poll. | ||
--answer STRING A possible choice for the poll. The option is | ||
repeatable. | ||
--nonce UINT An (optional) nonce for non-replayability. | ||
--out-file FILE The output file. | ||
-h,--help Show this help text |
12 changes: 12 additions & 0 deletions
12
cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_verify-poll.cli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Usage: cardano-cli legacy governance verify-poll --poll-file FILE | ||
--tx-file FILE | ||
[--out-file FILE] | ||
|
||
Verify an answer to a given SPO poll | ||
|
||
Available options: | ||
--poll-file FILE Filepath to the ongoing poll. | ||
--tx-file FILE Filepath to the JSON TxBody or JSON Tx carrying a | ||
valid poll answer. | ||
--out-file FILE The output file. | ||
-h,--help Show this help text |