ark-network / ark

https://arkdev.info
MIT License
37 stars 13 forks source link

add `--datadir` flag #152

Closed louisinger closed 2 months ago

louisinger commented 2 months ago

Move datadir from ENV variable to global ark flag

Usage

ark balance -> default datadir (~/.ark-cli) ark --datadir ./ balance -> datadir in the current directory

it closes #149

@tiero @altafan please review

tiero commented 2 months ago

Is it possibile to keep using both ENV and --datadir? if yes, which has precedence?

louisinger commented 2 months ago

Is it possibile to keep using both ENV and --datadir? if yes, which has precedence?

Done. Yes the --datadir flag has the priority then if not set, ARK_WALLET_DATADIR env var will be used