enbas/internal
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
..
client refactor: clean up errors 2024-08-17 11:31:06 +01:00
config fix: error if home config directory not found 2024-08-18 21:13:08 +01:00
executor refactor: clean up unused const 2024-08-18 09:57:48 +01:00
flag feat: add Enbas CLI schema and code generator 2024-08-13 14:53:26 +01:00
media feat: add all-images and all-videos flags 2024-08-01 04:24:47 +01:00
model fix: view the summary of a status 2024-08-17 03:49:17 +01:00
printer refactor: clean up errors 2024-08-17 11:31:06 +01:00
usage feat: add Enbas CLI schema and code generator 2024-08-13 14:53:26 +01:00
utilities fix: error if home config directory not found 2024-08-18 21:13:08 +01:00
version feat: add Enbas CLI schema and code generator 2024-08-13 14:53:26 +01:00
internal.go chore: REUSE.toml 2024-08-01 04:01:38 +01:00