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 7, 2025
1 parent b66d5ff commit 28d2a2e
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cardano-cli/test/cardano-cli-golden/files/golden/help.cli
Original file line number Diff line number Diff line change
Expand Up @@ -1990,6 +1990,7 @@ Usage: cardano-cli shelley transaction txid
( --tx-body-file FILEPATH
| --tx-file FILEPATH
)
[--output-json | --output-text]

Print a transaction identifier.

Expand Down Expand Up @@ -3039,6 +3040,7 @@ Usage: cardano-cli allegra transaction txid
( --tx-body-file FILEPATH
| --tx-file FILEPATH
)
[--output-json | --output-text]

Print a transaction identifier.

Expand Down Expand Up @@ -4078,6 +4080,7 @@ Usage: cardano-cli mary transaction txid
( --tx-body-file FILEPATH
| --tx-file FILEPATH
)
[--output-json | --output-text]

Print a transaction identifier.

Expand Down Expand Up @@ -5132,6 +5135,7 @@ Usage: cardano-cli alonzo transaction txid
( --tx-body-file FILEPATH
| --tx-file FILEPATH
)
[--output-json | --output-text]

Print a transaction identifier.

Expand Down Expand Up @@ -6486,6 +6490,7 @@ Usage: cardano-cli babbage transaction txid
( --tx-body-file FILEPATH
| --tx-file FILEPATH
)
[--output-json | --output-text]

Print a transaction identifier.

Expand Down Expand Up @@ -8504,6 +8509,7 @@ Usage: cardano-cli conway transaction txid
( --tx-body-file FILEPATH
| --tx-file FILEPATH
)
[--output-json | --output-text]

Print a transaction identifier.

Expand Down Expand Up @@ -10522,6 +10528,7 @@ Usage: cardano-cli latest transaction txid
( --tx-body-file FILEPATH
| --tx-file FILEPATH
)
[--output-json | --output-text]

Print a transaction identifier.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ Usage: cardano-cli allegra transaction txid
( --tx-body-file FILEPATH
| --tx-file FILEPATH
)
[--output-json | --output-text]

Print a transaction identifier.

Available options:
--tx-body-file FILEPATH Input filepath of the JSON TxBody.
--tx-file FILEPATH Input filepath of the JSON Tx.
--output-json Format output to JSON.
--output-text Format output to TEXT (the default).
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ Usage: cardano-cli alonzo transaction txid
( --tx-body-file FILEPATH
| --tx-file FILEPATH
)
[--output-json | --output-text]

Print a transaction identifier.

Available options:
--tx-body-file FILEPATH Input filepath of the JSON TxBody.
--tx-file FILEPATH Input filepath of the JSON Tx.
--output-json Format output to JSON.
--output-text Format output to TEXT (the default).
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ Usage: cardano-cli babbage transaction txid
( --tx-body-file FILEPATH
| --tx-file FILEPATH
)
[--output-json | --output-text]

Print a transaction identifier.

Available options:
--tx-body-file FILEPATH Input filepath of the JSON TxBody.
--tx-file FILEPATH Input filepath of the JSON Tx.
--output-json Format output to JSON.
--output-text Format output to TEXT (the default).
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ Usage: cardano-cli conway transaction txid
( --tx-body-file FILEPATH
| --tx-file FILEPATH
)
[--output-json | --output-text]

Print a transaction identifier.

Available options:
--tx-body-file FILEPATH Input filepath of the JSON TxBody.
--tx-file FILEPATH Input filepath of the JSON Tx.
--output-json Format output to JSON.
--output-text Format output to TEXT (the default).
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ Usage: cardano-cli latest transaction txid
( --tx-body-file FILEPATH
| --tx-file FILEPATH
)
[--output-json | --output-text]

Print a transaction identifier.

Available options:
--tx-body-file FILEPATH Input filepath of the JSON TxBody.
--tx-file FILEPATH Input filepath of the JSON Tx.
--output-json Format output to JSON.
--output-text Format output to TEXT (the default).
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ Usage: cardano-cli mary transaction txid
( --tx-body-file FILEPATH
| --tx-file FILEPATH
)
[--output-json | --output-text]

Print a transaction identifier.

Available options:
--tx-body-file FILEPATH Input filepath of the JSON TxBody.
--tx-file FILEPATH Input filepath of the JSON Tx.
--output-json Format output to JSON.
--output-text Format output to TEXT (the default).
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ Usage: cardano-cli shelley transaction txid
( --tx-body-file FILEPATH
| --tx-file FILEPATH
)
[--output-json | --output-text]

Print a transaction identifier.

Available options:
--tx-body-file FILEPATH Input filepath of the JSON TxBody.
--tx-file FILEPATH Input filepath of the JSON Tx.
--output-json Format output to JSON.
--output-text Format output to TEXT (the default).
-h,--help Show this help text

0 comments on commit 28d2a2e

Please sign in to comment.