bitcoindevkit / bdk-cli

A CLI wallet library and REPL tool to demo and test the BDK library
Other
108 stars 64 forks source link

Vec<String> aren't parsing in clap 3.0 #126

Closed rajarshimaitra closed 1 year ago

rajarshimaitra commented 1 year ago

After migrating to clap 3.0 from structopt I am observing the vector of strings are not being parsed properly.. Even if we declare the arg as Vec<String> its only reading the first value, creating a vector of 1 item and when encountering the second value throwing an error..

Possible course of actions.

rajarshimaitra commented 1 year ago

Closing this in favor of https://github.com/bitcoindevkit/bdk-cli/pull/124#issuecomment-1296255649