enbas/internal/config
Dan Anglin d38431d9e8
All checks were successful
Tests / test (pull_request) Successful in 17s
REUSE Compliance Check / check (push) Successful in 6s
fix: error if home config directory not found
Summary:

If the user hasn't supplied the path to a configuration directory and
Enbas fails to find the user's default home configuration directory,
Enbas will now return an error message back to the user. Previously
Enbas would try to, instead, calculate the configuration directory
using the user's current directory.

Changes:

- Return an error if the user's home configuration directory cannot
  be found.
- Add tests to the internal.config package.
- Update the tests in internal.utilities package.

PR: #54
2024-08-18 21:13:08 +01:00
..
config.go fix: error if home config directory not found 2024-08-18 21:13:08 +01:00
config_test.go fix: error if home config directory not found 2024-08-18 21:13:08 +01:00
credentials.go fix: error if home config directory not found 2024-08-18 21:13:08 +01:00
credentials_test.go fix: error if home config directory not found 2024-08-18 21:13:08 +01:00