zecwallet-light-cli icon indicating copy to clipboard operation
zecwallet-light-cli copied to clipboard

Feature Request - Ability to specify a custom data-dir

Open pacu opened this issue 3 years ago • 0 comments

Although the rust implementation seems to support it, the CLI does not surface the ability to specify either a directory or filenames for the wallet filenames. this means that users with multiple wallets will have to manually rename the files on the default (and only possible) locations.

suggestion: Add a --data-dir option to the interactive CLI to specify a path where to locate or store the wallet files.

zecwallet-light-cli % ./target/release/zecwallet-cli --server localhost:9067 --data-dir "~/test_wallet/"

pacu avatar May 13 '22 20:05 pacu