-
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
8 changed files
with
50 additions
and
54 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
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
16 changes: 0 additions & 16 deletions
16
cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_hash_anchor-data.cli
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_hash_script.cli
This file was deleted.
Oops, something went wrong.
9 changes: 4 additions & 5 deletions
9
...es/golden/help/conway_governance_hash.cli → ...-golden/files/golden/help/conway_hash.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 |
---|---|---|
@@ -1,13 +1,12 @@ | ||
Usage: cardano-cli conway governance hash (anchor-data | script) | ||
Usage: cardano-cli conway hash (anchor-data | script) | ||
|
||
Compute the hash to pass to the various --*-hash arguments of governance | ||
commands. | ||
Compute the hash to pass to the various --*-hash arguments of commands. | ||
|
||
Available options: | ||
-h,--help Show this help text | ||
|
||
Available commands: | ||
anchor-data Compute the hash of some anchor data (to then pass it | ||
to other governance commands). | ||
to other commands). | ||
script Compute the hash of a script (to then pass it to | ||
other governance commands). | ||
other commands). |
15 changes: 15 additions & 0 deletions
15
cardano-cli/test/cardano-cli-golden/files/golden/help/conway_hash_anchor-data.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,15 @@ | ||
Usage: cardano-cli conway hash anchor-data | ||
( --text TEXT | ||
| --file-binary FILE | ||
| --file-text FILE | ||
) | ||
[--out-file FILE] | ||
|
||
Compute the hash of some anchor data (to then pass it to other commands). | ||
|
||
Available options: | ||
--text TEXT Text to hash as UTF-8 | ||
--file-binary FILE Binary file to hash | ||
--file-text FILE Text file to hash | ||
--out-file FILE The output file. | ||
-h,--help Show this help text |
8 changes: 8 additions & 0 deletions
8
cardano-cli/test/cardano-cli-golden/files/golden/help/conway_hash_script.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,8 @@ | ||
Usage: cardano-cli conway hash script --script-file FILE [--out-file FILE] | ||
|
||
Compute the hash of a script (to then pass it to other commands). | ||
|
||
Available options: | ||
--script-file FILE Filepath of the script. | ||
--out-file FILE The output file. | ||
-h,--help Show this help text |