fiatjaf / noscl

Command line client for Nostr.
Other
269 stars 53 forks source link

How to select config file? #59

Open wonder75 opened 1 year ago

wonder75 commented 1 year ago

Hallo, I need to move my config file to another location.

I tried

noscl -datadir /some/dir

But it doesn't seem to work. The command shows the usage info only. How can I set the location of the config file?

Thank you very much

honza commented 1 year ago

Try

noscl -datadir=/some/dir

Golang flags are a mess.

wonder75 commented 1 year ago

Hey, thanks for answering. No this didn't work.

noscl -datadir=/some/dir

also just lists usage info and exits.