Skip to content

Commit d4eea53

Browse files
committed
Update golden files
1 parent 8d5fb6c commit d4eea53

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

cardano-cli/test/cardano-cli-golden/files/golden/help.cli

+9-2
Original file line numberDiff line numberDiff line change
@@ -7347,7 +7347,10 @@ Usage: cardano-cli conway governance drep id
73477347
| --drep-verification-key-file FILEPATH
73487348
| --drep-key-hash HASH
73497349
)
7350-
[--output-hex | --output-bech32]
7350+
[ --output-hex
7351+
| --output-bech32
7352+
| --output-cip129
7353+
]
73517354
[--out-file FILEPATH]
73527355

73537356
Generate a drep id.
@@ -9448,7 +9451,10 @@ Usage: cardano-cli latest governance drep id
94489451
| --drep-verification-key-file FILEPATH
94499452
| --drep-key-hash HASH
94509453
)
9451-
[--output-hex | --output-bech32]
9454+
[ --output-hex
9455+
| --output-bech32
9456+
| --output-cip129
9457+
]
94529458
[--out-file FILEPATH]
94539459

94549460
Generate a drep id.
@@ -12628,6 +12634,7 @@ Usage: cardano-cli compatible conway governance drep id
1262812634
)
1262912635
[ --output-hex
1263012636
| --output-bech32
12637+
| --output-cip129
1263112638
]
1263212639
[--out-file FILEPATH]
1263312640

cardano-cli/test/cardano-cli-golden/files/golden/help/compatible_conway_governance_drep_id.cli

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Usage: cardano-cli compatible conway governance drep id
55
)
66
[ --output-hex
77
| --output-bech32
8+
| --output-cip129
89
]
910
[--out-file FILEPATH]
1011

@@ -19,5 +20,6 @@ Available options:
1920
hex-encoded).
2021
--output-hex Format drep id output as hex.
2122
--output-bech32 Format drep id output as bech32 (the default).
23+
--output-cip129 Format drep id output as cip129.
2224
--out-file FILEPATH The output file.
2325
-h,--help Show this help text

cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_id.cli

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ Usage: cardano-cli conway governance drep id
33
| --drep-verification-key-file FILEPATH
44
| --drep-key-hash HASH
55
)
6-
[--output-hex | --output-bech32]
6+
[ --output-hex
7+
| --output-bech32
8+
| --output-cip129
9+
]
710
[--out-file FILEPATH]
811

912
Generate a drep id.
@@ -17,5 +20,6 @@ Available options:
1720
hex-encoded).
1821
--output-hex Format drep id output as hex.
1922
--output-bech32 Format drep id output as bech32 (the default).
23+
--output-cip129 Format drep id output as cip129.
2024
--out-file FILEPATH The output file.
2125
-h,--help Show this help text

cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_drep_id.cli

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ Usage: cardano-cli latest governance drep id
33
| --drep-verification-key-file FILEPATH
44
| --drep-key-hash HASH
55
)
6-
[--output-hex | --output-bech32]
6+
[ --output-hex
7+
| --output-bech32
8+
| --output-cip129
9+
]
710
[--out-file FILEPATH]
811

912
Generate a drep id.
@@ -17,5 +20,6 @@ Available options:
1720
hex-encoded).
1821
--output-hex Format drep id output as hex.
1922
--output-bech32 Format drep id output as bech32 (the default).
23+
--output-cip129 Format drep id output as cip129.
2024
--out-file FILEPATH The output file.
2125
-h,--help Show this help text

0 commit comments

Comments
 (0)