From b64b3fb11f871cd9673070ff6e24e4c59de758d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Hurlin?= Date: Tue, 7 Jan 2025 11:46:41 +0100 Subject: [PATCH] Adapt golden files --- cardano-cli/test/cardano-cli-golden/files/golden/help.cli | 7 +++++++ .../files/golden/help/allegra_transaction_txid.cli | 3 +++ .../files/golden/help/alonzo_transaction_txid.cli | 3 +++ .../files/golden/help/babbage_transaction_txid.cli | 3 +++ .../files/golden/help/conway_transaction_txid.cli | 3 +++ .../files/golden/help/latest_transaction_txid.cli | 3 +++ .../files/golden/help/mary_transaction_txid.cli | 3 +++ .../files/golden/help/shelley_transaction_txid.cli | 3 +++ 8 files changed, 28 insertions(+) diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help.cli index 6ea71ec9c0..2be5e35559 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help.cli @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -8519,6 +8524,7 @@ Usage: cardano-cli conway transaction txid ( --tx-body-file FILEPATH | --tx-file FILEPATH ) + [--output-json | --output-text] Print a transaction identifier. @@ -10540,6 +10546,7 @@ Usage: cardano-cli latest transaction txid ( --tx-body-file FILEPATH | --tx-file FILEPATH ) + [--output-json | --output-text] Print a transaction identifier. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_txid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_txid.cli index 23af8c06f2..c64099a3a1 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_txid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_txid.cli @@ -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 as JSON. + --output-text Format output as TEXT (the default). -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_txid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_txid.cli index 6dab1ac293..e55d5006b2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_txid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_txid.cli @@ -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 as JSON. + --output-text Format output as TEXT (the default). -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_txid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_txid.cli index 4e1440b275..d545ef334a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_txid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_txid.cli @@ -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 as JSON. + --output-text Format output as TEXT (the default). -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_txid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_txid.cli index a4247b45b0..9e0b3d1fac 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_txid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_txid.cli @@ -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 as JSON. + --output-text Format output as TEXT (the default). -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_txid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_txid.cli index 7ed80315d8..3d928931ef 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_txid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_txid.cli @@ -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 as JSON. + --output-text Format output as TEXT (the default). -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_txid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_txid.cli index 70ec68a271..412461b2c1 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_txid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_txid.cli @@ -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 as JSON. + --output-text Format output as TEXT (the default). -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_txid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_txid.cli index 78e17f7991..bc37e52f09 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_txid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_txid.cli @@ -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 as JSON. + --output-text Format output as TEXT (the default). -h,--help Show this help text