Commit Graph
7 Commits
Author SHA1 Message Date
steven-omaha 654be10518 feat: warn about missing group only when relevant
So far we have warned the user when we first visited the group dir and
there were no group files. This lead to spurious warnings, e.g. when the
user wanted to import or create a group. We now defer the check to when
we actually need some content in the groups, and the program should not
perform the respective action without any groups present. This causes
some code duplication, but enhances UE.

Closes #31.
2023-05-23 17:54:08 +02:00
steven-omaha a4639a1c3a refact: overhaul arg parsing 2023-05-23 17:28:51 +02:00
steven-omaha 8dc9b48c19 docs(search): add docstrings 2023-05-16 17:02:01 +02:00
steven-omaha 5e82ace871 fix completion 2023-02-24 14:33:51 +01:00
steven-omaha 729312f8c2 add main error types 2023-02-18 15:35:54 +01:00
steven-omaha c490c660b4 add missing docs 2023-02-14 15:01:01 +01:00
steven-omaha e7cb7d9321 rename all crates 2023-02-14 13:12:08 +01:00