Skip to content

Commit

Permalink
cardano-testnet: document CLI limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Oct 10, 2024
1 parent 72c1000 commit 1b252ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cardano-testnet/src/Parsers/Cardano.hs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ pCardanoTestnetCliOptions envCli = CardanoTestnetOptions
pNumSpoNodes :: Parser [TestnetNodeOptions]
pNumSpoNodes =
OA.option
-- We don't support passing custom node configurations files on the CLI.
-- So we use a default node configuration all nodes.
((`L.replicate` TestnetNodeOptions Nothing []) <$> auto)
( OA.long "num-pool-nodes"
<> OA.help "Number of pool nodes. Note this uses a default node configuration for all nodes."
Expand Down

0 comments on commit 1b252ff

Please sign in to comment.