gabor-boros / minutes

Sync worklogs between multiple time trackers, invoicing, and bookkeeping software.
https://gabor-boros.github.io/minutes/
MIT License
27 stars 2 forks source link

[BUG] If no config file set an error raised #34

Closed gabor-boros closed 3 years ago

gabor-boros commented 3 years ago

Describe the bug

When no config file present, an error raised that the config file cannot be located. Setting the exact config file results in Error: Config File "/tmp/minutes.toml" Not Found in "[]"

To Reproduce

Steps to reproduce the behavior:

  1. remove the existing .minutes.toml config file
  2. run minutes --version

Expected behavior

Minutes should work without a config file and with specific config locations.

Screenshots

N/A

System information:

List of flags used:

N/A

Additional context

N/A