Commit graph

5 commits

Author SHA1 Message Date
1110288d84 Migrate from testify to nalgeon/be testing library
- Replace all testify/assert and testify/require with be library
- Update go.mod to use be v0.3.0 instead of testify
- Simplify test assertions using be.Equal, be.Err, and be.True
- Refactor append_test, entry_test, meta_test, log_test, and formatter tests
2026-02-13 16:02:38 -06:00
0b2e178066 🐛 Only trim bang on out 2024-10-31 15:09:42 -05:00
a8cbfd087f Allow value prefixed with bang to skip parsing 2024-10-31 14:31:16 -05:00
96c3b2ff30 Use ParseDate in Parse
Also limit to English, or we get lots of false positives
2024-02-25 13:12:13 -06:00
25f5c37243 Parse config overrides on cli 2024-02-09 09:44:35 -06:00