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 8, 2025
1 parent 125d344 commit 5695e59
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 @@ -1994,6 +1994,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 @@ -3045,6 +3046,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 @@ -4086,6 +4088,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 @@ -5142,6 +5145,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 @@ -6498,6 +6502,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 @@ -8518,6 +8523,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 @@ -10538,6 +10544,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 5695e59

Please sign in to comment.