Skip to content

fix uri argument order#134

Open
ggwpez wants to merge 1 commit intomainfrom
oty-fix-arguments
Open

fix uri argument order#134
ggwpez wants to merge 1 commit intomainfrom
oty-fix-arguments

Conversation

@ggwpez
Copy link
Member

@ggwpez ggwpez commented Feb 4, 2026

This one stopped working:
try-runtime create-snapshot --uri wss://westend-asset-hub-rpc.polkadot.io:443 ah-westend.snap
and instead it was necessary to do this:
try-runtime create-snapshot ah-westend.snap --uri wss://westend-asset-hub-rpc.polkadot.io:443

The 1.. args of the uri argument would conflict with the index = 1 or the snapshot path. I changed it now to require comma separation for uris, like --uri URI1,URI2,URI3

Any better ideas?

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant