Skip to content

Commit

Permalink
Adapt golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Jan 10, 2025
1 parent 1adc1ad commit 0083603
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
8 changes: 5 additions & 3 deletions cardano-cli/test/cardano-cli-golden/files/golden/help.cli
Original file line number Diff line number Diff line change
Expand Up @@ -7089,7 +7089,7 @@ Usage: cardano-cli conway governance drep id
| --drep-verification-key-file FILEPATH
| --drep-key-hash HASH
)
[--output-format STRING]
[--output-hex | --output-bech32]
[--out-file FILEPATH]

Generate a drep id.
Expand Down Expand Up @@ -9110,7 +9110,7 @@ Usage: cardano-cli latest governance drep id
| --drep-verification-key-file FILEPATH
| --drep-key-hash HASH
)
[--output-format STRING]
[--output-hex | --output-bech32]
[--out-file FILEPATH]

Generate a drep id.
Expand Down Expand Up @@ -11733,7 +11733,9 @@ Usage: cardano-cli compatible conway governance drep id
| --drep-verification-key-file FILEPATH
| --drep-key-hash HASH
)
[--output-format STRING]
[ --output-hex
| --output-bech32
]
[--out-file FILEPATH]

Generate a drep id.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ Usage: cardano-cli compatible conway governance drep id
| --drep-verification-key-file FILEPATH
| --drep-key-hash HASH
)
[--output-format STRING]
[ --output-hex
| --output-bech32
]
[--out-file FILEPATH]

Generate a drep id.
Expand All @@ -15,7 +17,7 @@ Available options:
Filepath of the DRep verification key.
--drep-key-hash HASH DRep verification key hash (either Bech32-encoded or
hex-encoded).
--output-format STRING Optional drep id output format. Accepted output
formats are "hex" and "bech32" (default is "bech32").
--output-hex Format drep id output as hex.
--output-bech32 Format drep id output as bech32 (the default).
--out-file FILEPATH The output file.
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Usage: cardano-cli conway governance drep id
| --drep-verification-key-file FILEPATH
| --drep-key-hash HASH
)
[--output-format STRING]
[--output-hex | --output-bech32]
[--out-file FILEPATH]

Generate a drep id.
Expand All @@ -15,7 +15,7 @@ Available options:
Filepath of the DRep verification key.
--drep-key-hash HASH DRep verification key hash (either Bech32-encoded or
hex-encoded).
--output-format STRING Optional drep id output format. Accepted output
formats are "hex" and "bech32" (default is "bech32").
--output-hex Format drep id output as hex.
--output-bech32 Format drep id output as bech32 (the default).
--out-file FILEPATH The output file.
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Usage: cardano-cli latest governance drep id
| --drep-verification-key-file FILEPATH
| --drep-key-hash HASH
)
[--output-format STRING]
[--output-hex | --output-bech32]
[--out-file FILEPATH]

Generate a drep id.
Expand All @@ -15,7 +15,7 @@ Available options:
Filepath of the DRep verification key.
--drep-key-hash HASH DRep verification key hash (either Bech32-encoded or
hex-encoded).
--output-format STRING Optional drep id output format. Accepted output
formats are "hex" and "bech32" (default is "bech32").
--output-hex Format drep id output as hex.
--output-bech32 Format drep id output as bech32 (the default).
--out-file FILEPATH The output file.
-h,--help Show this help text

0 comments on commit 0083603

Please sign in to comment.