You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: implement add, get, delete, and summarize commands
- Added `add`, `get`, `delete`, and `summarize` commands with corresponding handlers.
- Modified the `entry` model to include an auto-incrementing `id` field.
- Updated the database layer to support retrieving entries by id and deleting entries by id.
- Implemented validation for date ranges to ensure "from" date is not after "to" date.
- Enhanced the `get` command to allow retrieving a single entry by id or a list of entries with date range filters.
- Added flags and argument parsing for the new commands.
- Refactored option handling to include validation functions.
- Fixed a bug where max id was not being set properly.
- Removed homebrew cask from `.goreleaser.yml`.
0 commit comments