Closed timster closed 3 weeks ago
Only need to read os.UserConfigDir if db is not provided.
Right now if you provide a -db path on command line, but $HOME or $XDG_CONFIG_HOME is not set it will error.
-db path
But that's only really needed if you don't manually specify a db.
lgtm. thanks.
Only need to read os.UserConfigDir if db is not provided.
Right now if you provide a
-db path
on command line, but $HOME or $XDG_CONFIG_HOME is not set it will error.But that's only really needed if you don't manually specify a db.