Skip to content

Commit b30697f

Browse files
carbolymerdisassembler
authored andcommitted
Regenerate golden files. Fix hlint warning.
1 parent 5af1a9a commit b30697f

File tree

6 files changed

+81
-88
lines changed

6 files changed

+81
-88
lines changed

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

Lines changed: 41 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,63 @@
11
Usage: cardano-testnet
2-
( cardano
3-
| byron
4-
| shelley
5-
| babbage
6-
| conway
7-
| version
8-
| help
9-
)
2+
(cardano | byron | shelley | babbage | conway | version | help)
103

114
Usage: cardano-testnet cardano [--num-bft-nodes COUNT]
12-
[--num-pool-nodes COUNT]
13-
[ --byron-era
14-
| --shelley-era
15-
| --allegra-era
16-
| --mary-era
17-
| --alonzo-era
18-
| --babbage-era
19-
| --conway-era
20-
]
21-
[--epoch-length MILLISECONDS]
22-
[--slot-length SECONDS]
23-
--testnet-magic INT
24-
[--active-slots-coeff DOUBLE]
25-
[--max-lovelace-supply WORD64]
26-
[--enable-p2p BOOL]
27-
[--nodeLoggingFormat LOGGING_FORMAT]
5+
[--num-pool-nodes COUNT]
6+
[ --byron-era
7+
| --shelley-era
8+
| --allegra-era
9+
| --mary-era
10+
| --alonzo-era
11+
| --babbage-era
12+
| --conway-era
13+
]
14+
[--epoch-length MILLISECONDS]
15+
[--slot-length SECONDS]
16+
--testnet-magic INT
17+
[--active-slots-coeff DOUBLE]
18+
[--max-lovelace-supply WORD64]
19+
[--enable-p2p BOOL]
20+
[--nodeLoggingFormat LOGGING_FORMAT]
2821

2922
Start a testnet in any era
3023

3124
Usage: cardano-testnet byron [--num-bft-nodes COUNT]
32-
[--slot-duration MILLISECONDS]
33-
--testnet-magic INT
34-
[--security-param INT]
35-
[--n-poor-addresses INT]
36-
[--total-balance INT]
37-
[--enable-p2p BOOL]
25+
[--slot-duration MILLISECONDS]
26+
--testnet-magic INT
27+
[--security-param INT]
28+
[--n-poor-addresses INT]
29+
[--total-balance INT]
30+
[--enable-p2p BOOL]
3831

3932
Start a Byron testnet
4033

4134
Usage: cardano-testnet shelley [--num-praos-nodes COUNT]
42-
[--num-pool-nodes COUNT]
43-
[--active-slots-coeff DOUBLE]
44-
[--security-param INT]
45-
[--epoch-length MILLISECONDS]
46-
[--slot-length MILLISECONDS]
47-
--testnet-magic INT
48-
[--max-lovelace-supply WORD64]
49-
[--enable-p2p BOOL]
35+
[--num-pool-nodes COUNT]
36+
[--active-slots-coeff DOUBLE]
37+
[--security-param INT]
38+
[--epoch-length MILLISECONDS]
39+
[--slot-length MILLISECONDS]
40+
--testnet-magic INT
41+
[--max-lovelace-supply WORD64]
42+
[--enable-p2p BOOL]
5043

5144
Start a Shelley testnet
5245

5346
Usage: cardano-testnet babbage [--num-spo-nodes COUNT]
54-
[--slot-duration MILLISECONDS]
55-
[--security-param INT]
56-
--testnet-magic INT
57-
[--total-balance INT]
58-
[--nodeLoggingFormat LOGGING_FORMAT]
47+
[--slot-duration MILLISECONDS]
48+
[--security-param INT]
49+
--testnet-magic INT
50+
[--total-balance INT]
51+
[--nodeLoggingFormat LOGGING_FORMAT]
5952

6053
Start a babbage testnet
6154

6255
Usage: cardano-testnet conway [--num-spo-nodes COUNT]
63-
[--slot-duration MILLISECONDS]
64-
[--security-param INT]
65-
--testnet-magic INT
66-
[--total-balance INT]
67-
[--nodeLoggingFormat LOGGING_FORMAT]
56+
[--slot-duration MILLISECONDS]
57+
[--security-param INT]
58+
--testnet-magic INT
59+
[--total-balance INT]
60+
[--nodeLoggingFormat LOGGING_FORMAT]
6861

6962
Start a conway testnet
7063

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Usage: cardano-testnet babbage [--num-spo-nodes COUNT]
2-
[--slot-duration MILLISECONDS]
3-
[--security-param INT]
4-
--testnet-magic INT
5-
[--total-balance INT]
6-
[--nodeLoggingFormat LOGGING_FORMAT]
2+
[--slot-duration MILLISECONDS]
3+
[--security-param INT]
4+
--testnet-magic INT
5+
[--total-balance INT]
6+
[--nodeLoggingFormat LOGGING_FORMAT]
77

88
Start a babbage testnet
99

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Usage: cardano-testnet byron [--num-bft-nodes COUNT]
2-
[--slot-duration MILLISECONDS]
3-
--testnet-magic INT
4-
[--security-param INT]
5-
[--n-poor-addresses INT]
6-
[--total-balance INT]
7-
[--enable-p2p BOOL]
2+
[--slot-duration MILLISECONDS]
3+
--testnet-magic INT
4+
[--security-param INT]
5+
[--n-poor-addresses INT]
6+
[--total-balance INT]
7+
[--enable-p2p BOOL]
88

99
Start a Byron testnet
1010

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
Usage: cardano-testnet cardano [--num-bft-nodes COUNT]
2-
[--num-pool-nodes COUNT]
3-
[ --byron-era
4-
| --shelley-era
5-
| --allegra-era
6-
| --mary-era
7-
| --alonzo-era
8-
| --babbage-era
9-
| --conway-era
10-
]
11-
[--epoch-length MILLISECONDS]
12-
[--slot-length SECONDS]
13-
--testnet-magic INT
14-
[--active-slots-coeff DOUBLE]
15-
[--max-lovelace-supply WORD64]
16-
[--enable-p2p BOOL]
17-
[--nodeLoggingFormat LOGGING_FORMAT]
2+
[--num-pool-nodes COUNT]
3+
[ --byron-era
4+
| --shelley-era
5+
| --allegra-era
6+
| --mary-era
7+
| --alonzo-era
8+
| --babbage-era
9+
| --conway-era
10+
]
11+
[--epoch-length MILLISECONDS]
12+
[--slot-length SECONDS]
13+
--testnet-magic INT
14+
[--active-slots-coeff DOUBLE]
15+
[--max-lovelace-supply WORD64]
16+
[--enable-p2p BOOL]
17+
[--nodeLoggingFormat LOGGING_FORMAT]
1818

1919
Start a testnet in any era
2020

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Usage: cardano-testnet conway [--num-spo-nodes COUNT]
2-
[--slot-duration MILLISECONDS]
3-
[--security-param INT]
4-
--testnet-magic INT
5-
[--total-balance INT]
6-
[--nodeLoggingFormat LOGGING_FORMAT]
2+
[--slot-duration MILLISECONDS]
3+
[--security-param INT]
4+
--testnet-magic INT
5+
[--total-balance INT]
6+
[--nodeLoggingFormat LOGGING_FORMAT]
77

88
Start a conway testnet
99

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Usage: cardano-testnet shelley [--num-praos-nodes COUNT]
2-
[--num-pool-nodes COUNT]
3-
[--active-slots-coeff DOUBLE]
4-
[--security-param INT]
5-
[--epoch-length MILLISECONDS]
6-
[--slot-length MILLISECONDS]
7-
--testnet-magic INT
8-
[--max-lovelace-supply WORD64]
9-
[--enable-p2p BOOL]
2+
[--num-pool-nodes COUNT]
3+
[--active-slots-coeff DOUBLE]
4+
[--security-param INT]
5+
[--epoch-length MILLISECONDS]
6+
[--slot-length MILLISECONDS]
7+
--testnet-magic INT
8+
[--max-lovelace-supply WORD64]
9+
[--enable-p2p BOOL]
1010

1111
Start a Shelley testnet
1212

0 commit comments

Comments
 (0)