Add --warp-slot argument to |solana-ledger-tool create-snapshot| (#10474)

automerge
This commit is contained in:
mergify[bot]
2020-06-09 10:49:27 -07:00
committed by GitHub
parent f76dcc1f05
commit 053907f8a4
3 changed files with 51 additions and 5 deletions

View File

@@ -33,6 +33,9 @@ while [[ -n $1 ]]; do
elif [[ $1 = --gossip-port ]]; then
args+=("$1" "$2")
shift 2
elif [[ $1 = --dev-halt-at-slot ]]; then
args+=("$1" "$2")
shift 2
elif [[ $1 = --dynamic-port-range ]]; then
args+=("$1" "$2")
shift 2