Skip to content

Commit

Permalink
Adapt golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Aug 6, 2024
1 parent cdc61ce commit 860c43c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 42 deletions.
14 changes: 4 additions & 10 deletions cardano-cli/test/cardano-cli-golden/files/golden/help.cli
Original file line number Diff line number Diff line change
Expand Up @@ -10727,13 +10727,9 @@ Usage: cardano-cli legacy transaction txid

Print a transaction identifier.

Usage: cardano-cli legacy transaction view [--output-json | --output-yaml]
[--out-file FILE]
( --tx-body-file FILE
| --tx-file FILE
)
Usage: cardano-cli legacy transaction view

Print a transaction.
This command has been removed. Please use "debug transaction view" instead.

Usage: cardano-cli legacy key
( verification-key
Expand Down Expand Up @@ -11988,11 +11984,9 @@ Usage: cardano-cli transaction txid (--tx-body-file FILE | --tx-file FILE)

Print a transaction identifier.

Usage: cardano-cli transaction view [--output-json | --output-yaml]
[--out-file FILE]
(--tx-body-file FILE | --tx-file FILE)
Usage: cardano-cli transaction view

Print a transaction.
This command has been removed. Please use "debug transaction view" instead.

Usage: cardano-cli key
( verification-key
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ Available commands:
output.
hash-script-data Calculate the hash of script data.
txid Print a transaction identifier.
view Print a transaction.
view This command has been removed. Please use "debug
transaction view" instead.
Original file line number Diff line number Diff line change
@@ -1,16 +0,0 @@
Usage: cardano-cli legacy transaction view [--output-json | --output-yaml]
[--out-file FILE]
( --tx-body-file FILE
| --tx-file FILE
)

Print a transaction.

Available options:
--output-json Format transaction view output to JSON.
--output-yaml Format transaction view output to YAML. Defaults to
JSON if unspecified.
--out-file FILE Optional output file. Default is to write to stdout.
--tx-body-file FILE Input filepath of the JSON TxBody.
--tx-file FILE Input filepath of the JSON Tx.
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ Available commands:
output.
hash-script-data Calculate the hash of script data.
txid Print a transaction identifier.
view Print a transaction.
view This command has been removed. Please use "debug
transaction view" instead.
Original file line number Diff line number Diff line change
@@ -1,14 +0,0 @@
Usage: cardano-cli transaction view [--output-json | --output-yaml]
[--out-file FILE]
(--tx-body-file FILE | --tx-file FILE)

Print a transaction.

Available options:
--output-json Format transaction view output to JSON.
--output-yaml Format transaction view output to YAML. Defaults to
JSON if unspecified.
--out-file FILE Optional output file. Default is to write to stdout.
--tx-body-file FILE Input filepath of the JSON TxBody.
--tx-file FILE Input filepath of the JSON Tx.
-h,--help Show this help text

0 comments on commit 860c43c

Please sign in to comment.