support --period

This commit is contained in:
Bel LaPointe
2024-12-12 21:50:03 -07:00
parent 8ab5a0edf5
commit 62e65c47df
3 changed files with 44 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ package cli
type Config struct {
Files FileList
Query struct {
Period string
Period Period
Sort string
NoRounding bool
Depth int