Use the user directory as default config file location
Open
- Dominant language
- Go
- Stars
- 588
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
The current default(first) location for configuration storage is `./cli.json`, which is not so useful in most cases since the user would need to:
- Call gotify-cli in this specific directory for every invocation
- Create a `cli.json` in a random directory, which is not a clearly explanatory file name.
So I think in most cases, the user would use user directory as their config storage, so we should put that in front of `./cli.json` by default during initialization.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.